Back to Devexpress

TextEdit.GetLineLength(Int32) Method

wpf-devexpress-dot-xpf-dot-editors-dot-textedit-dot-getlinelength-x28-system-dot-int32-x29.md

latest1.3 KB
Original Source

TextEdit.GetLineLength(Int32) Method

Returns the number of characters in the specified line.

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public int GetLineLength(
    int lineIndex
)
vb
Public Function GetLineLength(
    lineIndex As Integer
) As Integer

Parameters

NameTypeDescription
lineIndexInt32

The zero-based integer line index.

|

Returns

TypeDescription
Int32

The number of characters in the specified line.

|

See Also

GetLineText(Int32)

TextEdit Class

TextEdit Members

DevExpress.Xpf.Editors Namespace