Specifies a value that represents the proposed change in the up-down control's position.
Type
Description
Double
A double expression that indicates the proposed change in the spin control.
Use the AllowSpin
property to associate a spin (up/down control) to a property of numeric type.
Use the SpinStep property to specify the proposed change when user clicks a
spin control. By default, the SpinStep property is 1. If the SpinStep property
is 0, the property doesn't show a spin control even if the property is of
numeric type and AllowSpin property is True. The SliderTickFrequency
property specifies the frequency to display ticks on a slider control.