ClassSliderBase
Defines a basic slider control properties.
Definition
Namespace:Telerik.UI.Xaml.Controls.Primitives
Assembly:Telerik.WinUI.Controls.dll
Syntax:
public abstract class SliderBase : RangeInputBase
Inheritance: objectRadControlRadHeaderedControlRangeControlBaseRangeInputBaseSliderBase
Derived Classes:
Inherited Members
Constructors
SliderBase()
Declaration
protected SliderBase()
Fields
IsDeferredDraggingEnabledProperty
Identifies the IsDeferredDraggingEnabled dependency property.
Declaration
public static readonly DependencyProperty IsDeferredDraggingEnabledProperty
Field Value
DependencyProperty
OrientationProperty
Identifies the Orientation dependency property.
Declaration
public static readonly DependencyProperty OrientationProperty
Field Value
DependencyProperty
SelectionEndProperty
Identifies the SelectionEnd dependency property.
Declaration
public static readonly DependencyProperty SelectionEndProperty
Field Value
DependencyProperty
SelectionStartProperty
Identifies the SelectionStart dependency property.
Declaration
public static readonly DependencyProperty SelectionStartProperty
Field Value
DependencyProperty
ShowRangeToolTipProperty
Identifies the ShowRangeToolTip dependency property.
Declaration
public static readonly DependencyProperty ShowRangeToolTipProperty
Field Value
DependencyProperty
ShowValueToolTipProperty
Identifies the ShowValueToolTip dependency property.
Declaration
public static readonly DependencyProperty ShowValueToolTipProperty
Field Value
DependencyProperty
SnapsToProperty
Identifies the SnapsTo dependency property.
Declaration
public static readonly DependencyProperty SnapsToProperty
Field Value
DependencyProperty
TickFrequencyProperty
Identifies the TickFrequency dependency property.
Declaration
public static readonly DependencyProperty TickFrequencyProperty
Field Value
DependencyProperty
ToolTipFormatProperty
Identifies the ToolTipFormat property.
Declaration
public static readonly DependencyProperty ToolTipFormatProperty
Field Value
DependencyProperty
TrackTapModeProperty
Identifies the TrackTapMode dependency property.
Declaration
public static readonly DependencyProperty TrackTapModeProperty
Field Value
DependencyProperty
Properties
IsDeferredDraggingEnabled
Gets or sets a value indicating whether the SelectionStart/SelectionEnd values will be differed while dragging.
Declaration
public bool IsDeferredDraggingEnabled { get; set; }
Property Value
Orientation
Gets or sets the orientation of the control.
Declaration
public Orientation Orientation { get; set; }
Property Value
Orientation
SelectionEnd
Gets or sets the desired end value of the control. It determines the visual position of the SelectionEndThumb.
SelectionStart
Gets or sets the desired start value of the control. It determines the visual position of the SelectionStartThumb.
ShowRangeToolTip
Gets or sets a value indicating whether a tool tip, displaying the current value range, will be displayed.
ShowValueToolTip
Gets or sets a value indicating whether a tool tip, displaying the current pointer value, will be displayed.
SnapsTo
Gets or sets a value indicating whether the SelectionStart/SelectionEnd values will be snapped after drag complete.
TickFrequency
Gets or sets the logical tick frequency of the scale.
ToolTipFormat
Gets or sets the string that is used to format the tooltip text of the component.
TrackTapMode
Gets or sets the value that indicates with what step the selection thumb position will be updated when a tap/click event occurs on the track RangeTrackPrimitive
Declaration
public RangeSliderTrackTapMode TrackTapMode { get; set; }
Property Value
Methods
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
Overrides