StartFoldingLine Property

Fast Colored Text Box

Collapse imageExpand ImageCopy imageCopyHover image
Start line index of current highlighted folding area. Return -1 if start of area is not found.

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

Syntax

C#
public int StartFoldingLine { get; }
Visual Basic
Public ReadOnly Property StartFoldingLine As Integer
	Get
Visual C++
public:
property int StartFoldingLine {
	int get ();
}

See Also