Enum SpinDirection
Represents spin directions that could be initiated by the end-user.
public enum SpinDirection
Fields
Decrease = 1
Represents a spin initiated by the end-user in order to Decrease a value.
Increase = 0
Represents a spin initiated by the end-user in order to Increase a value.