TreeView for WinForms | ComponentOne
C1.Framework Namespace / Style Class / ForeColor Property

In This Topic
    ForeColor Property (Style)
    In This Topic
    Gets or sets the System.Drawing.Color used to paint the text.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(System.Drawing.Color, "Transparent")>
    <DescriptionAttribute("Gets or sets the text color.")>
    <CategoryAttribute("Text")>
    Public Property ForeColor As Color
    [DefaultValue(System.Drawing.Color, "Transparent")]
    [Description("Gets or sets the text color.")]
    [Category("Text")]
    public Color ForeColor {get; set;}
    See Also