AvalonEdit
SelectionLength Property
NamespacesICSharpCode.AvalonEditTextEditorSelectionLength
Gets/sets the length of the selection.
Declaration Syntax
C#Visual BasicVisual C++
public int SelectionLength { get; set; }
Public Property SelectionLength As Integer
	Get
	Set
public:
property int SelectionLength {
	int get ();
	void set (int value);
}

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