Gets the magnitude of the range being displayed by the DualSlider (the difference between the first and second slider values).

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

Syntax

C#
public double Range { get; }
Visual Basic
Public ReadOnly Property Range As Double
	Get
Visual C++
public:
property double Range {
	double get ();
}

See Also