Table of Contents
SliderBase Properties

The properties of the SliderBase class are listed below. For a complete list of SliderBase class members, see the SliderBase Members topic.

Properties
Name Description
ActualHeight (inherited from FrameworkElement) 
ActualWidth (inherited from FrameworkElement) 
AllowDrop (inherited from UIElement) 
AreAnyTouchesCaptured (inherited from UIElement) 
AreAnyTouchesCapturedWithin (inherited from UIElement) 
AreAnyTouchesDirectlyOver (inherited from UIElement) 
AreAnyTouchesOver (inherited from UIElement) 
AutoToolTipPlacement Gets or sets whether a tooltip that contains the current value of the SliderBase derive control displays when the Thumb is pressed. If a tooltip is displayed, this property also specifies the placement of the tooltip.
AutoToolTipPrecision Gets or sets the number of digits that are displayed to the right side of the decimal point for the Value of the SliderBase derived control in a tooltip.
Background (inherited from Control) 
BindingGroup (inherited from FrameworkElement) 
BitmapEffect (inherited from UIElement)Obsolete.  
BitmapEffectInput (inherited from UIElement)Obsolete.  
BorderBrush (inherited from Control) 
BorderThickness (inherited from Control) 
BottomRightTickTemplate Gets or sets the DataTemplate used to display each bottom/right tick. This is a dependency property.
BottomRightTickTemplateSelector Gets or sets the custom logic for choosing a template used to display each item property. This is a dependency property.
CacheMode (inherited from UIElement) 
Clip (inherited from UIElement) 
ClipToBounds (inherited from UIElement) 
CommandBindings (inherited from UIElement) 
ContextMenu (inherited from FrameworkElement) 
Cursor (inherited from FrameworkElement) 
DataContext (inherited from FrameworkElement) 
DecreaseButtonStyle Gets or sets the Style applied to the top/left handle. This is a dependency property.
DecreaseLarge Gets a command that decreases the value of the SliderBase derived control by the same amount as the LargeChange property.
DecreaseSmall Gets a command that decreases the value of the SliderBase derived control by the same amount as the SmallChange property.
DefaultStyleKey (inherited from FrameworkElement) 
Delay Gets or sets 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. This is a dependency property.
DependencyObjectType (inherited from DependencyObject) 
DesiredSize (inherited from UIElement) 
Dispatcher (inherited from DispatcherObject) 
Effect (inherited from UIElement) 
EnableSideTicks This is a dependency property.
FlowDirection (inherited from FrameworkElement) 
Focusable (inherited from UIElement) 
FocusVisualStyle (inherited from FrameworkElement) 
FontFamily (inherited from Control) 
FontSize (inherited from Control) 
FontStretch (inherited from Control) 
FontStyle (inherited from Control) 
FontWeight (inherited from Control) 
ForceCursor (inherited from FrameworkElement) 
Foreground (inherited from Control) 
HandlesScrolling (inherited from Control) 
HasAnimatedProperties (inherited from UIElement) 
HasEffectiveKeyboardFocus (inherited from UIElement) 
Height (inherited from FrameworkElement) 
HorizontalAlignment (inherited from FrameworkElement) 
HorizontalContentAlignment (inherited from Control) 
IncreaseButtonStyle Gets or sets the Style applied to the bottom/right handle. This is a dependency property.
IncreaseLarge Gets a command that increases the value of the SliderBase derived control by the same amount as the LargeChange property.
IncreaseSmall Gets a command that increases the value of the SliderBase derived control by the same amount as the SmallChange property.
InheritanceBehavior (inherited from FrameworkElement) 
InputBindings (inherited from UIElement) 
InputScope (inherited from FrameworkElement) 
Interval Gets or sets the amount of time in milliseconds between increase or decrease commands when a user clicks the RepeatButton of a SliderBase derived control. This is a dependency property.
IsArrangeValid (inherited from UIElement) 
IsDirectionReversed Gets or sets the direction of increasing value. This is a dependency property.
IsEnabled (inherited from UIElement) 
IsEnabledCore (inherited from UIElement) 
IsFocused (inherited from UIElement) 
IsHitTestVisible (inherited from UIElement) 
IsInitialized (inherited from FrameworkElement) 
IsInputMethodEnabled (inherited from UIElement) 
IsKeyboardFocused (inherited from UIElement) 
IsKeyboardFocusWithin (inherited from UIElement) 
IsLoaded (inherited from FrameworkElement) 
IsManipulationEnabled (inherited from UIElement) 
IsMeasureValid (inherited from UIElement) 
IsMouseCaptured (inherited from UIElement) 
IsMouseCaptureWithin (inherited from UIElement) 
IsMouseDirectlyOver (inherited from UIElement) 
IsMouseOver (inherited from UIElement) 
IsMoveToPointEnabled Gets or sets a value that indicates whether the Thumb of a SliderBase derived control moves immediately to the location of the mouse click that occurs while the mouse pointer pauses on the SliderBase derived control track. This is a dependency property.
IsSealed (inherited from DependencyObject) 
IsSnapToTickEnabled Gets or sets a value that indicates whether the SliderBase derived control automatically moves the Thumb to the closest tick mark. This is a dependency property.
IsStylusCaptured (inherited from UIElement) 
IsStylusCaptureWithin (inherited from UIElement) 
IsStylusDirectlyOver (inherited from UIElement) 
IsStylusOver (inherited from UIElement) 
IsTabStop (inherited from Control) 
IsVisible (inherited from UIElement) 
Language (inherited from FrameworkElement) 
LargeChange (inherited from RangeBase) 
LayoutTransform (inherited from FrameworkElement) 
LogicalChildren (inherited from FrameworkElement) 
Margin (inherited from FrameworkElement) 
MaxHeight (inherited from FrameworkElement) 
Maximum (inherited from RangeBase) 
MaxWidth (inherited from FrameworkElement) 
MinHeight (inherited from FrameworkElement) 
Minimum (inherited from RangeBase) 
MinWidth (inherited from FrameworkElement) 
Name (inherited from FrameworkElement) 
Opacity (inherited from UIElement) 
OpacityMask (inherited from UIElement) 
Orientation Gets or sets the orientation of a SliderBase derived control. This is a dependency property.
OverridesDefaultStyle (inherited from FrameworkElement) 
Padding (inherited from Control) 
Parent (inherited from FrameworkElement) 
PersistId (inherited from UIElement)Obsolete.  
RenderSize (inherited from UIElement) 
RenderTransform (inherited from UIElement) 
RenderTransformOrigin (inherited from UIElement) 
Resources (inherited from FrameworkElement) 
ShowIncreaseDecreaseButton Gets or sets a value indicating whether the SliderBase should display an increase and a decrease button.
SmallChange (inherited from RangeBase) 
SnapsToDevicePixels (inherited from UIElement) 
Style (inherited from FrameworkElement) 
StylusPlugIns (inherited from UIElement) 
TabIndex (inherited from Control) 
Tag (inherited from FrameworkElement) 
Template (inherited from Control) 
TemplatedParent (inherited from FrameworkElement) 
ThumbStyle Gets or sets the Style applied to the Slider or RangeSlider thumb control. This is a dependency property.
TickFrequency Gets or sets the interval between tick marks. This is a dependency property.
TickPlacement Gets or sets the position of tick marks with respect to the Track of the SliderBase derived control. This is a dependency property.
Ticks Gets or sets the positions of the tick marks to display for a SliderBase derived control. This is a dependency property.
ToolTip (inherited from FrameworkElement) 
TopLeftTickTemplate Gets or sets the DataTemplate used to display each top/left tick. This is a dependency property.
TopLeftTickTemplateSelector Gets or sets the custom logic for choosing a template used to display each item. This is a dependency property.
TouchesCaptured (inherited from UIElement) 
TouchesCapturedWithin (inherited from UIElement) 
TouchesDirectlyOver (inherited from UIElement) 
TouchesOver (inherited from UIElement) 
TrackBackgroundStyle Gets or sets the Style applied to the trach background element. This is a dependency property.
Triggers (inherited from FrameworkElement) 
Uid (inherited from UIElement) 
UseLayoutRounding (inherited from FrameworkElement) 
Value (inherited from RangeBase) 
VerticalAlignment (inherited from FrameworkElement) 
VerticalContentAlignment (inherited from Control) 
Visibility (inherited from UIElement) 
VisualBitmapEffect (inherited from Visual)Obsolete.  
VisualBitmapEffectInput (inherited from Visual)Obsolete.  
VisualBitmapScalingMode (inherited from Visual) 
VisualCacheMode (inherited from Visual) 
VisualChildrenCount (inherited from FrameworkElement) 
VisualClearTypeHint (inherited from Visual) 
VisualClip (inherited from Visual) 
VisualEdgeMode (inherited from Visual) 
VisualEffect (inherited from Visual) 
VisualOffset (inherited from Visual) 
VisualOpacity (inherited from Visual) 
VisualOpacityMask (inherited from Visual) 
VisualParent (inherited from Visual) 
VisualScrollableAreaClip (inherited from Visual) 
VisualTextHintingMode (inherited from Visual) 
VisualTextRenderingMode (inherited from Visual) 
VisualTransform (inherited from Visual) 
VisualXSnappingGuidelines (inherited from Visual) 
VisualYSnappingGuidelines (inherited from Visual) 
Width (inherited from FrameworkElement) 
See Also