Class SpinMode
Specifies the behavior of the spin.
Inheritance
System.Object
SpinMode
Namespace: Telerik.Windows.Controls.MaskedInput
Assembly: Telerik.Windows.Controls.Input.dll
Syntax
public sealed class SpinMode : Enum
Fields
None
Position
Spins the value of the section and not the value of the input control.
Declaration
public const SpinMode Position
Field Value
SpinMode
|
PositionAndValue
Spins the value of the section and the value of the input control.
Declaration
public const SpinMode PositionAndValue
Field Value
SpinMode
|
value__
Declaration
public int value__
Field Value
System.Int32
|