[]
        
(Showing Draft Content)

DDCssLib.StyleSheetRule.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 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.

Declaration
public Color BackColor { get; set; }
Implements