Enum SpinAction
Defines the possible spin actions user can perform.
Namespace: Telerik.Windows.Controls.TimeSpanPicker
Assembly: Telerik.Windows.Controls.Input.dll
Syntax
public enum SpinAction
KeyDown
Spinning value down with keyboard.
KeyUp
Spinning value up with keyboard.
MouseWheelDown
Spinning value down with mouse wheel.
MouseWheelUp
Spinning value up with mouse wheel.
None
No spinning.