Class FormattedSlider
public sealed class FormattedSlider : Slider, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient
- Inheritance
-
FormattedSlider
- Implements
- Inherited Members
Constructors
FormattedSlider()
public FormattedSlider()
Fields
AutoToolTipFormatProperty
public static readonly DependencyProperty AutoToolTipFormatProperty
Field Value
Properties
AutoToolTipFormat
public string AutoToolTipFormat { get; set; }
Property Value
Methods
OnThumbDragDelta(DragDeltaEventArgs)
Provides class handling for the DragDelta event that occurs when the user drags the Thumb of the Slider.
protected override void OnThumbDragDelta(DragDeltaEventArgs e)
Parameters
eDragDeltaEventArgsThe event data.
OnThumbDragStarted(DragStartedEventArgs)
Provides class handling for the DragStarted event that occurs when the user starts to drag the Thumb of the Slider.
protected override void OnThumbDragStarted(DragStartedEventArgs e)
Parameters
eDragStartedEventArgsThe event data.