Back to Devexpress

TextEdit.GetFirstVisibleLineIndex() Method

wpf-devexpress-dot-xpf-dot-editors-dot-textedit-99ab853f.md

latest1.1 KB
Original Source

TextEdit.GetFirstVisibleLineIndex() Method

Returns the line index of the first line that is currently 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 GetFirstVisibleLineIndex()
vb
Public Function GetFirstVisibleLineIndex As Integer

Returns

TypeDescription
Int32

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

|

See Also

GetLastVisibleLineIndex()

TextEdit Class

TextEdit Members

DevExpress.Xpf.Editors Namespace