The Font
class represents the font styling attributes for form controls, including family, size, color, and text decorations.
Properties
Name | Description |
---|
Strikethrough | Indicates whether the font has a strikethrough. |
Size | The font size of the control. |
Italic | Indicates whether the font is italic. |
Underline | Indicates whether the font is underlined. |
Family | The font family of the control. |
Color | The font color of the control. |
Bold | Indicates whether the font is bold. |
Constructors
Name | Description |
---|
Font() | Initializes a new instance of the Font class with default values. |
Methods