Class
SliderBase

Defines a basic slider control properties.

Definition

Namespace:Telerik.UI.Xaml.Controls.Primitives

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public abstract class SliderBase : RangeInputBase

Inheritance: objectRadControlRadHeaderedControlRangeControlBaseRangeInputBaseSliderBase

Derived Classes: RadRangeSliderRangeSliderPrimitive

Inherited Members RangeInputBase.SmallChangePropertyRangeInputBase.LargeChangePropertyRangeInputBase.SmallChangeRangeInputBase.LargeChangeRangeControlBase.MinimumPropertyRangeControlBase.MaximumPropertyRangeControlBase.OnTemplateApplied()RangeControlBase.MinimumRangeControlBase.MaximumRadHeaderedControl.HeaderPropertyRadHeaderedControl.HeaderTemplatePropertyRadHeaderedControl.HeaderStylePropertyRadHeaderedControl.HeaderRadHeaderedControl.HeaderTemplateRadHeaderedControl.HeaderStyleRadControl.EndVisualStateUpdate(bool, bool)RadControl.UpdateVisualState(bool)RadControl.BeginVisualStateUpdate()RadControl.SetVisualState(string, bool)RadControl.CanUpdateVisualState()RadControl.ComposeVisualStateName()RadControl.MeasureOverride(Size)RadControl.ArrangeOverride(Size)RadControl.OnApplyTemplate()RadControl.UnapplyTemplateCore()RadControl.OnIsEnabledChanged(bool, bool)RadControl.ApplyTemplateCore()RadControl.LoadCore()RadControl.OnLoaded()RadControl.UnloadCore()RadControl.CurrentVisualStateRadControl.IsLoadedRadControl.IsLoadingRadControl.IsUnloadedRadControl.WasUnloadedRadControl.IsTemplateApplied

Constructors

SliderBase()

Declaration

cs-api-definition
protected SliderBase()

Fields

IsDeferredDraggingEnabledProperty

Identifies the IsDeferredDraggingEnabled dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty IsDeferredDraggingEnabledProperty

Field Value

DependencyProperty

OrientationProperty

Identifies the Orientation dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty OrientationProperty

Field Value

DependencyProperty

SelectionEndProperty

Identifies the SelectionEnd dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty SelectionEndProperty

Field Value

DependencyProperty

SelectionStartProperty

Identifies the SelectionStart dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty SelectionStartProperty

Field Value

DependencyProperty

ShowRangeToolTipProperty

Identifies the ShowRangeToolTip dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ShowRangeToolTipProperty

Field Value

DependencyProperty

ShowValueToolTipProperty

Identifies the ShowValueToolTip dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ShowValueToolTipProperty

Field Value

DependencyProperty

SnapsToProperty

Identifies the SnapsTo dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty SnapsToProperty

Field Value

DependencyProperty

TickFrequencyProperty

Identifies the TickFrequency dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty TickFrequencyProperty

Field Value

DependencyProperty

ToolTipFormatProperty

Identifies the ToolTipFormat property.

Declaration

cs-api-definition
public static readonly DependencyProperty ToolTipFormatProperty

Field Value

DependencyProperty

TrackTapModeProperty

Identifies the TrackTapMode dependency property.

Declaration

cs-api-definition
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

cs-api-definition
public bool IsDeferredDraggingEnabled { get; set; }

Property Value

bool

Orientation

Gets or sets the orientation of the control.

Declaration

cs-api-definition
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.

Declaration

cs-api-definition
public double SelectionEnd { get; set; }

Property Value

double

SelectionStart

Gets or sets the desired start value of the control. It determines the visual position of the SelectionStartThumb.

Declaration

cs-api-definition
public double SelectionStart { get; set; }

Property Value

double

ShowRangeToolTip

Gets or sets a value indicating whether a tool tip, displaying the current value range, will be displayed.

Declaration

cs-api-definition
public bool ShowRangeToolTip { get; set; }

Property Value

bool

ShowValueToolTip

Gets or sets a value indicating whether a tool tip, displaying the current pointer value, will be displayed.

Declaration

cs-api-definition
public bool ShowValueToolTip { get; set; }

Property Value

bool

SnapsTo

Gets or sets a value indicating whether the SelectionStart/SelectionEnd values will be snapped after drag complete.

Declaration

cs-api-definition
public SnapsTo SnapsTo { get; set; }

Property Value

SnapsTo

TickFrequency

Gets or sets the logical tick frequency of the scale.

Declaration

cs-api-definition
public double TickFrequency { get; set; }

Property Value

double

ToolTipFormat

Gets or sets the string that is used to format the tooltip text of the component.

Declaration

cs-api-definition
public string ToolTipFormat { get; set; }

Property Value

string

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

cs-api-definition
public RangeSliderTrackTapMode TrackTapMode { get; set; }

Property Value

RangeSliderTrackTapMode

Methods

OnCreateAutomationPeer()

Declaration

cs-api-definition
protected override AutomationPeer OnCreateAutomationPeer()

Returns

AutomationPeer

Overrides RangeInputBase.OnCreateAutomationPeer()