Gets or sets the start of the selected range (the value of the first slider thumb). This is a dependency property.

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public double RangeStart { get; set; }
Visual Basic
Public Property RangeStart As Double
	Get
	Set
Visual C++
public:
property double RangeStart {
	double get ();
	void set (double value);
}

See Also