Search
SpinnerComponent.setMinimum Method
See Also
 

Sets the minimum value of the spinner.

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

 Syntax

Java  Copy Code

public void setMinimum (
    float value
)

 Parameters

value

The minimum spinner value.

 See Also