AvalonEdit
LastDocumentLine Property
NamespacesICSharpCode.AvalonEdit.RenderingVisualLineLastDocumentLine
Gets the last document line displayed by this visual line.
Declaration Syntax
C#Visual BasicVisual C++
public DocumentLine LastDocumentLine { get; private set; }
Public Property LastDocumentLine As DocumentLine
	Get
	Private Set
public:
property DocumentLine^ LastDocumentLine {
	DocumentLine^ get ();
	private: void set (DocumentLine^ value);
}

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