Gets the total number of lines in the text box.
'Declaration
Public ReadOnly Property LineCount As Integer
'Usage
Dim instance As GcTextBox
Dim value As Integer
value = instance.LineCount
public int LineCount {get;}
Property Value
The total number of lines in the text box, or –1 if layout information is not available.