MindFusion.Java Package Programmer's Guide
SpinnerComponent.setSmallStep Method
See Also
 






Sets 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 void setSmallStep (
    float value
)

 Parameters

value

A float value representing the small step.

 See Also

SpinnerComponent Members
SpinnerComponent Class
com.mindfusion.diagramming.components Namespace