AvalonEdit
StartOffset Property
NamespacesICSharpCode.AvalonEdit.DocumentTextSegmentStartOffset
Gets/Sets the start offset of the segment.
Declaration Syntax
C#Visual BasicVisual C++
public int StartOffset { get; set; }
Public Property StartOffset As Integer
	Get
	Set
public:
property int StartOffset {
	int get ();
	void set (int value);
}
Remarks
When setting the start offset, the end offset will change, too: the Length of the segment will stay constant.

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