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

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