AvalonEdit
Line Property
NamespacesICSharpCode.AvalonEdit.DocumentTextAnchorLine
Gets the line number of the anchor.
Declaration Syntax
C#Visual BasicVisual C++
public int Line { get; }
Public ReadOnly Property Line As Integer
	Get
public:
virtual property int Line {
	int get () sealed;
}
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown when trying to get the Offset from a deleted anchor.

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