Input for WinForms | ComponentOne
C1.Win.Input.Styles Namespace / StateElementStyle Class / ForeColor Property

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