ForeColor Property (HeaderStyle)
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