StringRenderStyle Class Members
In This Topic
The following tables list the members exposed by StringRenderStyle.
Public Constructors
Public Fields
| Name | Description |
 | BackColor | The background color of the used to paint the string. By default, SystemColors.Window. |
 | FontStyle | The FontStyle used to paint the string. By default, FonStyle.Regular. |
 | ForeColor | The foreground color of the used to paint the string. By default, SystemColors.WindowText. |
 | StringFormat | The StringFormat used to paint the string. |
Top
See Also