FastColoredTextBox.LeftBracketPosition Property

T3000 CrossPlatform

FastColoredTextBoxLeftBracketPosition Property

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

Position of left highlighted bracket.

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public Range LeftBracketPosition { get; }
Public ReadOnly Property LeftBracketPosition As Range
	Get

Dim instance As FastColoredTextBox
Dim value As Range

value = instance.LeftBracketPosition

Property Value

Type: Range
See Also