AvalonEdit
TextLength Property
NamespacesICSharpCode.AvalonEdit.DocumentITextSourceTextLength
Gets the total text length.
Declaration Syntax
C#Visual BasicVisual C++
int TextLength { get; }
ReadOnly Property TextLength As Integer
	Get
property int TextLength {
	int get ();
}
Return Value
The length of the text, in characters.
Remarks
This is the same as Text.Length, but is more efficient because it doesn't require creating a String object.

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