Search
SpinnerComponent.getSmallStep Method
See Also
 

Gets the amount to add or subtract from the spinner value when the adjustment buttons are clicked or when the up or down arrow keys are pressed while the spinner has focus.

Namespace: com.mindfusion.diagramming.components
Package: com.mindfusion.diagramming.components

 Syntax

Java  Copy Code

public float getSmallStep ()

 Return Value

A float value representing the small step.

 See Also