Editor for WinForms | ComponentOne
C1.Win.Editor.8 Assembly / C1.Win.Editor Namespace / TextStyleEventArgs Class / ForeColor Property

In This Topic
    ForeColor Property (TextStyleEventArgs)
    In This Topic
    The ForeColor property indicates the foreground color of text.
    Syntax
    'Declaration
     
    Public ReadOnly Property ForeColor As System.Drawing.Color
    public System.Drawing.Color ForeColor {get;}
    See Also