AvalonEdit
Length Property
NamespacesICSharpCode.AvalonEdit.DocumentDocumentLineLength
Gets the length of this line. The length does not include the line delimiter. O(1)
Declaration Syntax
C#Visual BasicVisual C++
public int Length { get; }
Public ReadOnly Property Length As Integer
	Get
public:
virtual property int Length {
	int get () sealed;
}
Remarks
This property is still available even if the line was deleted; in that case, it contains the line's length before the deletion.

Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238