TextStyle.FontStyle Property

T3000 CrossPlatform

TextStyleFontStyle Property

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

[Missing <summary> documentation for "P:FastColoredTextBoxNS.TextStyle.FontStyle"]

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

Dim instance As TextStyle
Dim value As FontStyle

value = instance.FontStyle

instance.FontStyle = value

Property Value

Type: FontStyle
See Also