Enum SpinMode
Specifies the behavior of the spin.
Namespace: Telerik.Windows.Controls.MaskedInput
Assembly: Telerik.Windows.Controls.Input.dll
Syntax
public enum SpinMode
None
Spin is not allowed.
Position
Spins the value of the section and not the value of the input control.
PositionAndValue
Spins the value of the section and the value of the input control.