Class SliderDragBehavior
Indicates the current dragging behavior of the SfRangeSlider thumbs.
Inheritance
System.Object
    SliderDragBehavior
  Namespace: Syncfusion.Maui.Sliders
Assembly: Syncfusion.Maui.Sliders.dll
Syntax
public sealed class SliderDragBehavior : EnumFields
BetweenThumbs
When the SliderDragBehavior is BetweenThumbs, both the thumbs can be moved at same time without changing the range between the start and end thumbs We had considered this behavior without the range slider thumb radius. Its not possible to move the individual thumb when setting this behavior.
Declaration
public const SliderDragBehavior BetweenThumbsField Value
| Type | 
|---|
| SliderDragBehavior | 
Both
When the SliderDragBehavior is Both, the individual thumb can be moved and also the both thumbs can be moved at same time without changing the range between the start and end thumbs.
Declaration
public const SliderDragBehavior BothField Value
| Type | 
|---|
| SliderDragBehavior | 
OnThumb
When the SliderDragBehavior is OnThumb, individual thumb can be moved based on the dragging. By default, the OnThumb has been used as drag behavior.
Declaration
public const SliderDragBehavior OnThumbField Value
| Type | 
|---|
| SliderDragBehavior |