FastColoredTextBox.Font Property

T3000 CrossPlatform

FastColoredTextBoxFont Property

[This is preliminary documentation and is subject to change.]

Font

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public override Font Font { get; set; }
Public Overrides Property Font As Font
	Get
	Set

Dim instance As FastColoredTextBox
Dim value As Font

value = instance.Font

instance.Font = value

Property Value

Type: Font
Remarks
Use only monospaced font
See Also