FastColoredTextBox.LeftBracket Property

T3000 CrossPlatform

FastColoredTextBoxLeftBracket Property

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

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 LeftBracket { get; set; }
Public Property LeftBracket As Char
	Get
	Set

Dim instance As FastColoredTextBox
Dim value As Char

value = instance.LeftBracket

instance.LeftBracket = value

Property Value

Type: Char
See Also