 | ConsoleControlFont Property |
Gets or sets the font of the text displayed by the control.
Namespace:
ConsoleControl
Assembly:
ConsoleControl (in ConsoleControl.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic override Font Font { get; set; }Return Value
Type:
FontThe
Font to apply to the text displayed by the control. The default is the value of the
DefaultFont property.
See Also