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 : Enum
Fields
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 BetweenThumbs
Field 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 Both
Field 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 OnThumb
Field Value
Type |
---|
SliderDragBehavior |