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

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