FastColoredTextBox.LeftBracket2 Property

T3000 CrossPlatform

FastColoredTextBoxLeftBracket2 Property

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

Alternative opening bracket for brackets highlighting. Set to '\x0' for disable brackets highlighting.

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

Dim instance As FastColoredTextBox
Dim value As Char

value = instance.LeftBracket2

instance.LeftBracket2 = value

Property Value

Type: Char
See Also