ForeColor Property (TextFormat)
In This Topic
Gets or sets the text foreground color. The default is black.
The FillBrush property has a priority over the ForeColor.
Syntax
'Declaration
Public Property ForeColor As System.Drawing.Color
public System.Drawing.Color ForeColor {get; set;}
See Also