4.806 Slider

x:Object > DependencyObject > Visual > UIElement > FrameworkElement > Control > RangeBase > Slider, IInputElement
Slider
(usage)
<Slider />
(description)
Represents a control that lets the user select from a range of values by moving a Thumb control along a Track.
[name property]
Name
[xml lang property]
Language
(properties)
AutoToolTipPlacement
AutoToolTipPlacement
(description)
Whether a tooltip that contains the current value of the Slider displays when the Thumb is pressed. If a tooltip is displayed, this property also specifies the placement of the tooltip.
AutoToolTipPrecision
x:Int32
(description)
The number of digits that are displayed to the right side of the decimal point for the Value of the Slider in a tooltip.
Delay
x:Int32
(description)
The amount of time in milliseconds that a RepeatButton waits, while it is pressed, before a command to move the Thumb executes, such as a DecreaseLarge command.
Interval
x:Int32
(description)
The amount of time in milliseconds between increase or decrease commands when a user clicks the RepeatButton of a Slider.
IsDirectionReversed
x:Boolean
(description)
The direction of increasing value.
IsMoveToPointEnabled
x:Boolean
(description)
A value that indicates whether the Thumb of a Slider moves immediately to the location of the mouse click that occurs while the mouse pointer pauses on the Slider track.
IsSelectionRangeEnabled
x:Boolean
(description)
A value that indicates whether the Slider displays a selection range along the Slider.
IsSnapToTickEnabled
x:Boolean
(description)
A value that indicates whether the Slider automatically moves the Thumb to the closest tick mark.
Orientation
Orientation
(description)
The orientation of a Slider.
SelectionEnd
x:Double
(description)
The largest value of a specified selection for a Slider.
SelectionStart
x:Double
(description)
The smallest value of a specified selection for a Slider.
TickFrequency
x:Double
(description)
The interval between tick marks.
TickPlacement
TickPlacement
(description)
The position of tick marks with respect to the Track of the Slider.
Ticks
DoubleCollection
(description)
The positions of the tick marks to display for a Slider.
(static properties)
DecreaseLarge
RoutedCommand
(description)
A command that decreases the value of the Slider by the same amount as the LargeChange property.
DecreaseSmall
RoutedCommand
(description)
A command that decreases the value of the Slider by the same amount as the SmallChange property.
IncreaseLarge
RoutedCommand
(description)
A command that increases the value of the slider by the same amount as the LargeChange property.
IncreaseSmall
RoutedCommand
(description)
A command that increases the value of the slider by the same amount as the SmallChange property.
MaximizeValue
RoutedCommand
(description)
A command that sets the Slider Value to the Maximum value.
MinimizeValue
RoutedCommand
(description)
A command that sets the Slider Value to the Minimum value.