Table of Contents

Class FormattedSlider

Namespace
The.WPF.Controls
Assembly
Instagile.WPF.dll
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

DependencyProperty

Properties

AutoToolTipFormat

public string AutoToolTipFormat { get; set; }

Property Value

string

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

e DragDeltaEventArgs

The 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

e DragStartedEventArgs

The event data.