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