The DualSlider type exposes the following members.

Methods

  NameDescription
GetClosestTickMark
Gets the closest tick mark to the given value.
(Inherited from SliderBase.)
GetNextTickMark
Gets the closest tick mark at or above the given value.
(Inherited from SliderBase.)
GetPreviousTickMark
Gets the closest tick mark at or below the given value.
(Inherited from SliderBase.)
OnApplyTemplate
Called by the framework when the control template is applied.
(Overrides FrameworkElement..::.OnApplyTemplate()()().)
OnMaximumChanged
Called when the Maximum property changes.
(Overrides SliderBase..::.OnMaximumChanged()()().)
OnMinimumChanged
Called when the Minimum property changes.
(Overrides SliderBase..::.OnMinimumChanged()()().)
OnOrientationChanged
Called when the Orientation of this slider has changed.
(Overrides SliderBase..::.OnOrientationChanged()()().)
OnPropertyChanged
Raises the PropertyChanged event.
(Inherited from SliderBase.)
OnSnapToTickMarksChanged
Called when the SnapToTickMarks property changes.
(Overrides SliderBase..::.OnSnapToTickMarksChanged()()().)
OnTickSpacingChanged
Called when the TickSpacing property changes.
(Overrides SliderBase..::.OnTickSpacingChanged()()().)

See Also