InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Util Namespace / FontSubSet.TextFormat Class / ForeColor Property

In This Topic
    ForeColor Property (FontSubSet.TextFormat)
    In This Topic
    Gets or sets the text foreground color. The default is black.
    Syntax
    'Declaration
     
    Public Property ForeColor As Color
    public Color ForeColor {get; set;}
    See Also