AvalonEdit
DocumentLength Property
NamespacesICSharpCode.AvalonEdit.RenderingVisualLineElementDocumentLength
Gets the length of this element in the text document.
Declaration Syntax
C#Visual BasicVisual C++
public int DocumentLength { get; private set; }
Public Property DocumentLength As Integer
	Get
	Private Set
public:
property int DocumentLength {
	int get ();
	private: void set (int value);
}

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