AvalonEdit
TotalLength Property
NamespacesICSharpCode.AvalonEdit.DocumentDocumentLineTotalLength
Gets the length of this line, including the line delimiter. O(1)
Declaration Syntax
C#Visual BasicVisual C++
public int TotalLength { get; internal set; }
Public Property TotalLength As Integer
	Get
	Friend Set
public:
virtual property int TotalLength {
	int get () sealed;
	internal: void set (int value) 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