EndFoldingLine Property

Fast Colored Text Box

Collapse imageExpand ImageCopy imageCopyHover image
End line index of current highlighted folding area. Return -1 if end 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 EndFoldingLine { get; }
Visual Basic
Public ReadOnly Property EndFoldingLine As Integer
	Get
Visual C++
public:
property int EndFoldingLine {
	int get ();
}

See Also