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

In This Topic
    ForeColor Property (NodeCellStyle)
    In This Topic
    Gets or sets the foreground color.
    Syntax
    'Declaration
     
    
    <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)>
    <C1DescriptionAttribute("NodeCellStyle.ForeColor", "Gets or sets the foreground color.")>
    Public Property ForeColor As Color
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Visible)]
    [C1Description("NodeCellStyle.ForeColor", "Gets or sets the foreground color.")]
    public Color ForeColor {get; set;}
    See Also