Class SliderSnapMode
Defines whether the start and end thumbs of a Rad
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
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
value__
Declaration
public int value__
Field Value
System.
|