[]
        
(Showing Draft Content)

C1.Win.Input.RangeSliderScrollBehavior

RangeSliderScrollBehavior Enum

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

Namespace: C1.Win.Input
Assembly: C1.Win.Input.8.dll
Syntax
public enum RangeSliderScrollBehavior

Fields

Name Description
None

Both thumbs will not move.

RangeDirect

Both thumbs will be moved to mouse position.

RangeStep

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

ThumbDirect

Closest thumb will be moved to mouse position.

ThumbStep

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