Class SliderBase
Inheritance
System.Object
SliderBase
Assembly: Telerik.WinUI.Controls.dll
Syntax
public abstract class SliderBase : RangeInputBase
Constructors
Fields
Declaration
public static readonly DependencyProperty IsDeferredDraggingEnabledProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty OrientationProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty SelectionEndProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty SelectionStartProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty SnapsToProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty TickFrequencyProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty TrackTapModeProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
Declaration
public bool IsDeferredDraggingEnabled { get; set; }
Property Value
Declaration
public Orientation Orientation { get; set; }
Property Value
|
Microsoft.UI.Xaml.Controls.Orientation
|
Declaration
public double SelectionEnd { get; set; }
Property Value
Declaration
public double SelectionStart { get; set; }
Property Value
Declaration
public SnapsTo SnapsTo { get; set; }
Property Value
Declaration
public double TickFrequency { get; set; }
Property Value
Declaration
public RangeSliderTrackTapMode TrackTapMode { get; set; }
Property Value
Methods
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
|
Microsoft.UI.Xaml.Automation.Peers.AutomationPeer
|
Overrides
Extension Methods