T3000 CrossPlatform Documentation
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: CharSee Also