ValueSlider.step
void step(double s)Sets the slider's step value.
The step determines the increment when the slider moves. Use 0 for continuous (smooth) movement.
Parameters
s | Step increment |
void step(double s)Sets the slider's step value.
The step determines the increment when the slider moves. Use 0 for continuous (smooth) movement.
s | Step increment |