Gets the total number of text lines.
Namespace:DevExpress.Xpf.Editors
Assembly:DevExpress.Xpf.Core.v19.2.dll

Syntax
C# |
public int LineCount { get; }
|
VB |
Public ReadOnly Property LineCount As Integer
|
Property value
Type: Int32
An integer value that specifies the total number of text lines.

Remarks
The text edit can display multiple text lines if the text wrapping is enabled (TextWrapping).

See Also