property Property.SliderStep as Double
Specifies a value that represents the proposed change in the slider control's position.

TypeDescription
Double A double expression that indicates the slider's step.
The SliderStep property determines the slider step, when user moves the slider. Use the EditSlider type to assign a slider to a property. The SliderWidth property determines the width of the slider in the property. The SliderMin and SliderMax properties determine the range being used by the Value property. By default, the SliderStep property is 1.