FastColoredTextBox.BracketsStyle Property

T3000 CrossPlatform

FastColoredTextBoxBracketsStyle Property

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

Style for brackets highlighting

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

Dim instance As FastColoredTextBox
Dim value As MarkerStyle

value = instance.BracketsStyle

instance.BracketsStyle = value

Property Value

Type: MarkerStyle
See Also