FastColoredTextBox.RightBracket2 Property

T3000 CrossPlatform

FastColoredTextBoxRightBracket2 Property

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

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

Dim instance As FastColoredTextBox
Dim value As Char

value = instance.RightBracket2

instance.RightBracket2 = value

Property Value

Type: Char
See Also