Click or drag to resize

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)
Syntax
C#
public override Font Font { get; set; }

Return Value

Type: Font
The Font to apply to the text displayed by the control. The default is the value of the DefaultFont property.
See Also