Back to Devexpress

TextEdit.GetLastVisibleLineIndex() Method

wpf-devexpress-dot-xpf-dot-editors-dot-textedit-09803c7e.md

latest1.1 KB
Original Source

TextEdit.GetLastVisibleLineIndex() Method

Returns the line index of the last line that is entirely visible in the text box.

Namespace : DevExpress.Xpf.Editors

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public int GetLastVisibleLineIndex()
vb
Public Function GetLastVisibleLineIndex As Integer

Returns

TypeDescription
Int32

The zero-based index of the last visible line in the text box.

|

See Also

GetFirstVisibleLineIndex()

TextEdit Class

TextEdit Members

DevExpress.Xpf.Editors Namespace