SyntaxHighlighter.VariableStyle Property

T3000 CrossPlatform

SyntaxHighlighterVariableStyle Property

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

Variable style

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

Dim instance As SyntaxHighlighter
Dim value As Style

value = instance.VariableStyle

instance.VariableStyle = value

Property Value

Type: Style
See Also