FastColoredTextBox.StartFoldingLine Property

T3000 CrossPlatform

FastColoredTextBoxStartFoldingLine Property

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

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

Dim instance As FastColoredTextBox
Dim value As Integer

value = instance.StartFoldingLine

Property Value

Type: Int32
See Also