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

TypeDescription
Color A Color expression that specifies the color to show element's background. 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. The -1 indicates that the element's background is transparent.
By default, the BackColor property is -1, which indicates that the element's background is transparent. The BackColor property specifies the element's background color. Background(exElementBackColor) property specifies the default background color / visual appearance. The ForeColor property specifies the element's foreground color. The Pattern property defines the pattern to be shown on the control's background. The Padding property defines the padding of the element. The BorderColor property specifies the color to show the border for a specific element. The StatusColor property specifies the color or the visual appearance to show the element's status part. The Picture property specifies the picture to be shown on the element's background. The PictureDisplay property specifies the way the element's picture is displayed on the element's background.