property Element.BorderColor as Color
Gets or sets a value that indicates the element's border color.

TypeDescription
Color A Color expression that specifies the color to show element's border. The last 7 bits in the high significant byte of the color indicates the identifier of the skin being used to paint the part. Use the Add method to add new skins to the control.
By default, the BorderColor is -1, which indicates that the default border color is applied. The Background(exElementBorderColor) property specifies the default border color / visual appearance. Use the BorderColor property to specify a different border color. The Border property specifies the style to display the element's border. The BorderPadding property specifies the border padding. The BackColor property specifies the element's background color. The ForeColor property specifies the element's foreground color.