Enum SliderReachType
Used to differentiate when the Slider Ball has reached the tail-end of the Slider, or the head of the Slider (moving in reverse).
Namespace: MouseDance.Runtime
Assembly: MouseDance.Runtime.dll
Syntax
public enum SliderReachType
Fields
Name | Description |
---|---|
Head | Ball reached the head of the Slider (i.e. it was moving in reverse). |
Tail | Ball reached the tail-end of the Slider. |