FormattingStyle.ForeColor Property | ||
| Description: | Gets or sets the style's color used to display the text. | |
| Syntax: | [C#]
public Color ForeColor { get; set; }
[Visual Basic]
Public Property ForeColor() As Color
| |
| See also: | Stylesheet Programming, Graphical Overview. | |