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

SliderScrollBehavior Enumeration
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
 
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