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

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