AvalonEdit
EndOffset Property
NamespacesICSharpCode.AvalonEdit.DocumentTextSegmentEndOffset
Gets/Sets the end offset of the segment.
Declaration Syntax
C#Visual BasicVisual C++
public int EndOffset { get; set; }
Public Property EndOffset As Integer
	Get
	Set
public:
virtual property int EndOffset {
	int get () sealed;
	void set (int value) sealed;
}
Remarks
Setting the end offset will change the length, the start offset will stay constant.

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