menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SliderDragBehavior - API Reference

    Show / Hide Table of Contents

    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 Description
    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 Description
    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 Description
    SliderDragBehavior

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved