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

Namespace:  Mindscape.WpfElements
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
public class DualSlider : SliderBase
Visual Basic (Declaration)
Public Class DualSlider _
	Inherits SliderBase

Inheritance Hierarchy

System..::.Object
  System.Windows.Threading..::.DispatcherObject
    System.Windows..::.DependencyObject
      System.Windows.Media..::.Visual
        System.Windows..::.UIElement
          System.Windows..::.FrameworkElement
            System.Windows.Controls..::.Control
              Mindscape.WpfElements..::.SliderBase
                Mindscape.WpfElements..::.DualSlider

See Also