FastColoredTextBox.EndFoldingLine Property

T3000 CrossPlatform

FastColoredTextBoxEndFoldingLine Property

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

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.16.23.0 (2.16.23.0)
Syntax
public int EndFoldingLine { get; }
Public ReadOnly Property EndFoldingLine As Integer
	Get

Dim instance As FastColoredTextBox
Dim value As Integer

value = instance.EndFoldingLine

Property Value

Type: Int32
See Also