AvalonEdit
TextLength Property
NamespacesICSharpCode.AvalonEdit.DocumentRopeTextSourceTextLength
Gets the total text length.
Declaration Syntax
C#Visual BasicVisual C++
public int TextLength { get; }
Public ReadOnly Property TextLength As Integer
	Get
public:
virtual property int TextLength {
	int get () sealed;
}
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