Blazor | ComponentOne
C1.Blazor.Input Assembly / C1.Blazor.Input Namespace / SliderScrollBehavior Enumeration

In This Topic
    SliderScrollBehavior Enumeration
    In This Topic
    Specifies how the thumb will be moved when a pointer click will be performed outside the area.
    Syntax
    'Declaration
     
    
    Public Enum SliderScrollBehavior 
       Inherits System.Enum
    public enum SliderScrollBehavior : System.Enum 
    Members
    MemberDescription
    NoneThumb will not move.
    ThumbThe thumb will be moved in the direction of the pointer.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Blazor.Input.SliderScrollBehavior

    See Also