FastColoredTextBox.BracketsStyle2 Property

T3000 CrossPlatform

FastColoredTextBoxBracketsStyle2 Property

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

Style for alternative brackets highlighting

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

Dim instance As FastColoredTextBox
Dim value As MarkerStyle

value = instance.BracketsStyle2

instance.BracketsStyle2 = value

Property Value

Type: MarkerStyle
See Also