AvalonEdit
PreviousLine Property
NamespacesICSharpCode.AvalonEdit.DocumentDocumentLinePreviousLine
Gets the previous line in the document.
Declaration Syntax
C#Visual BasicVisual C++
public DocumentLine PreviousLine { get; }
Public ReadOnly Property PreviousLine As DocumentLine
	Get
public:
property DocumentLine^ PreviousLine {
	DocumentLine^ get ();
}
Return Value
The line before this line, or null if this is the first line.

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