TickBar::SelectionStart Property

 

Gets or sets the start point of a selection.

Namespace:   System.Windows.Controls.Primitives
Assembly:  PresentationFramework (in PresentationFramework.dll)

public:
[BindableAttribute(true)]
property double SelectionStart {
	double get();
	void set(double value);
}

Property Value

Type: System::Double

The first value in a range of values for a selection. The default value is -1.0.

The IsSelectionRangeEnabled property must be set to true for the SelectionStart and SelectionEnd properties to be used.

.NET Framework
Available since 3.0
Return to top
Show: