ComponentOne List for WinForms
C1.Win.C1List Namespace / Style Class / ForeColor Property

In This Topic
    ForeColor Property (Style)
    In This Topic
    Gets or sets the foreground color associated with a Style.
    Syntax
    'Declaration
     
    
    Public Property ForeColor As Color
    public Color ForeColor {get; set;}
    See Also