FastColoredTextBox.RightBracket Property

T3000 CrossPlatform

FastColoredTextBoxRightBracket Property

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

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

Dim instance As FastColoredTextBox
Dim value As Char

value = instance.RightBracket

instance.RightBracket = value

Property Value

Type: Char
See Also