Style.borderRightColor Property

SharePoint Designer Developer Reference

Returns or sets a String, specifying a color name or red-green-blue (RGB) value, that represents the color of the right border of the specified object.

Syntax

expression.borderRightColor

expression   Required. A variable that represents a Style object.

Remarks

For more information about setting colors, see the Color Table on MSDN.

See Also