ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / DDCssLib Namespace / IStyleSheetRule Interface / BackColor Property

In This Topic
    BackColor Property (IStyleSheetRule)
    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 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.
    Syntax
    'Declaration
     
    Property BackColor As Color
    Color BackColor {get; set;}
    See Also