New to Telerik UI for WPFStart a free 30-day trial

Defines the possible spin actions user can perform.

Definition

Namespace:Telerik.Windows.Controls.TimeSpanPicker

Assembly:Telerik.Windows.Controls.Input.dll

Syntax:

C#
public enum SpinAction

Fields

Spinning value down with keyboard.

C#
KeyDown = 2

Spinning value up with keyboard.

C#
KeyUp = 1

Spinning value down with mouse wheel.

C#
MouseWheelDown = 4

Spinning value up with mouse wheel.

C#
MouseWheelUp = 3

No spinning.

C#
None = 0