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

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