Returns the line index of the last line that is entirely visible in the text box.
Namespace:DevExpress.Xpf.Editors
Assembly:DevExpress.Xpf.Core.v18.2.dll

Syntax
C# |
public int GetLastVisibleLineIndex()
|
VB |
Public Function GetLastVisibleLineIndex() As Integer
|
Return value
Type: Int32
The zero-based index of the last visible line in the text box.

See Also