LeftBracketPosition Property

Fast Colored Text Box

Collapse imageExpand ImageCopy imageCopyHover image
Position of left highlighted bracket.

Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.9.3.0 (2.9.3.0)

Syntax

C#
public Range LeftBracketPosition { get; }
Visual Basic
Public ReadOnly Property LeftBracketPosition As Range
	Get
Visual C++
public:
property Range^ LeftBracketPosition {
	Range^ get ();
}

See Also