TreeView for WinForms | ComponentOne
C1.Win.TreeView.Styles Namespace / ItemStyle Class / ForeColor Property

In This Topic
    ForeColor Property (ItemStyle)
    In This Topic
    Gets or sets the foreground color.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("Style.ForeColor", "Gets or sets the System.Drawing.Color used to paint the text.")>
    Public Property ForeColor As Color
    [C1Description("Style.ForeColor", "Gets or sets the System.Drawing.Color used to paint the text.")]
    public Color ForeColor {get; set;}
    See Also