Class SliderSnapsTo
Specifies the SliderSnapsTo with range slider.
Inheritance
System.Object
    SliderSnapsTo
  Namespace: Syncfusion.UI.Xaml.Controls.Input
Assembly: Syncfusion.SfInput.UWP.dll
Syntax
public sealed class SliderSnapsTo : Enum
  Fields
None
Conform the indicator to Values.
Declaration
public const SliderSnapsTo None
  Field Value
| Type | 
|---|
| SliderSnapsTo | 
StepValues
Conform the indicator to the step values.
Declaration
public const SliderSnapsTo StepValues
  Field Value
| Type | 
|---|
| SliderSnapsTo | 
Ticks
Conform the indicator to the tick marks.
Declaration
public const SliderSnapsTo Ticks
  Field Value
| Type | 
|---|
| SliderSnapsTo |