AvalonEdit
Offset Property
NamespacesICSharpCode.AvalonEdit.DocumentDocumentLineOffset
Gets the starting offset of the line in the document's text. Runtime: O(log n)
Declaration Syntax
C#Visual BasicVisual C++
public int Offset { get; }
Public ReadOnly Property Offset As Integer
	Get
public:
virtual property int Offset {
	int get () sealed;
}
Exceptions
ExceptionCondition
InvalidOperationExceptionThe line was deleted.

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