[]
        
(Showing Draft Content)

DDCssLib.IStyleSheetRule.BackColor

BackColor Property

BackColor

When get, it returns a System.Drawing.Color object based on the curren CSS 'background-color' property. It may return Color.Empty if the CSS background-color property was not specified in the CSS string. When set, it sets the CSS 'background-color' property based on the supplied color object.

Declaration
Color BackColor { get; set; }