Class SliderSnapMode
Defines whether the start and end thumbs of a RadRangeSlider are snapped to ticks while an end-user is dragging the range thumb.
Inheritance
System.Object
SliderSnapMode
Namespace: Telerik.Maui.Controls.RangeSlider
Assembly: Telerik.Maui.Controls.dll
Syntax
public sealed class SliderSnapMode : Enum
Fields
None
The end user can move the dragged thumb freely.
Declaration
public const SliderSnapMode None
Field Value
SliderSnapMode
|
SnapToTicks
The start and end thumbs are snapped to the position of the ticks when an end-user is dragging them.
Declaration
public const SliderSnapMode SnapToTicks
Field Value
SliderSnapMode
|
value__
Declaration
public int value__
Field Value
System.Int32
|