ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Framework Namespace / DynamicStyle Class / ForeColor Property

In This Topic
    ForeColor Property (DynamicStyle)
    In This Topic
    Gets or sets the System.Drawing.Color used to draw the text.
    Syntax
    'Declaration
     
    Public Property ForeColor As System.Drawing.Color
    public System.Drawing.Color ForeColor {get; set;}
    See Also