A control that supports selecting two values, such as the start and end of a range, using a slider with two thumbs.

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

Syntax

C#
public class DualSlider : SliderBase, INotifyPropertyChanged
Visual Basic
Public Class DualSlider _
	Inherits SliderBase _
	Implements INotifyPropertyChanged
Visual C++
public ref class DualSlider : public SliderBase, 
	INotifyPropertyChanged

Inheritance Hierarchy

See Also