Enum
SliderSnapMode

Defines whether the start and end thumbs of a RadRangeSlider are snapped to ticks while an end-user is dragging the range thumb.

Definition

Namespace:Telerik.Maui.Controls.RangeSlider

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public enum SliderSnapMode

Fields

None

The end user can move the dragged thumb freely.

Declaration

cs-api-definition
None = 0

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

cs-api-definition
SnapToTicks = 1

Field Value

SliderSnapMode

In this article
DefinitionFieldsNoneSnapToTicks
Not finding the help you need?
Contact Support