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

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