FastColoredTextBox.LinesCount Property

T3000 CrossPlatform

FastColoredTextBoxLinesCount Property

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

Count of lines

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public int LinesCount { get; }
Public ReadOnly Property LinesCount As Integer
	Get

Dim instance As FastColoredTextBox
Dim value As Integer

value = instance.LinesCount

Property Value

Type: Int32
See Also