EnumRangeSliderTrackTapMode
Enum
Defines the possible thumb move modes for a SliderBase control instance.
Definition
Namespace:Telerik.UI.Xaml.Controls.Primitives
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public enum RangeSliderTrackTapMode
Fields
IncrementByLargeChange
Increment by LargeChange property.
IncrementBySmallChange
Increment by SmallChange property.
MoveToTapPosition
Moves to the current tap position.
None
No thumb move when track is tapped.