[]
Gets or sets the spin mode value indicating spin pattern.
public NumberSpinMode SpinMode { get; set; }
Public Property SpinMode As NumberSpinMode
Type | Description |
---|---|
NumberSpinMode | A GrapeCity.Windows.InputMan.NumberSpinMode enumeration value. The default value is Field |
This property indicates how to spin the NumberField in GcNumber. When the value is Field, it will spin the current active field; When the value is Value, it will spin the entire value by the SpinIncrementValue; When the value is Digits, it will spin the current active field by digit.
Type | Condition |
---|---|
ArgumentException | The assigned value is not type of GrapeCity.Windows.InputMan.NumberSpinMode. |