ForeColor Property (RtfString)
In This Topic
Gets or sets foreground (text) color value for this string.
Syntax
'Declaration
Public Property ForeColor As System.Drawing.Color
public System.Drawing.Color ForeColor {get; set;}
Property Value
The foreground color.
See Also