BackColor Property (StyleSheetRule)
In This Topic
When get, it returns a System.Drawing.Color object based on the curren CSS 'background-color' property. It may return Color.Empty if the background-color CSS property was not specified in the CSS string. When set, it sets the CSS 'background-color' property based on the supplied color object.
Syntax
'Declaration
Public Property BackColor As Color
public Color BackColor {get; set;}
See Also