ForeColor Property (RtfField)
In This Topic
Gets or sets the field's text color. This property is used only if the field's text is not enclosed in RTF begin/end tags "{\rtf1" and "}".
Syntax
'Declaration
Public Property ForeColor As Color
public Color ForeColor {get; set;}
See Also