[]
        
(Showing Draft Content)

C1.Blazor.Input.RangeSliderScrollBehavior

RangeSliderScrollBehavior Enum

Specifies how thumbs will be moved when mouse click will be performed outside selected area.

Namespace: C1.Blazor.Input
Assembly: C1.Blazor.Input.dll
Syntax
public enum RangeSliderScrollBehavior

Fields

Name Description
None

Both thumbs will not move.

Range

Both thumbs will be moved to direction of mouse by a large distance.

Thumb

Closest thumb will be moved to direction of mouse by a large distance.