AvalonEdit
DocumentLine Property
NamespacesICSharpCode.AvalonEdit.HighlightingHighlightedLineDocumentLine
Gets the document line associated with this HighlightedLine.
Declaration Syntax
C#Visual BasicVisual C++
public IDocumentLine DocumentLine { get; private set; }
Public Property DocumentLine As IDocumentLine
	Get
	Private Set
public:
property IDocumentLine^ DocumentLine {
	IDocumentLine^ get ();
	private: void set (IDocumentLine^ value);
}

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