Search
SpinnerComponent.setIsSpinning Method
See Also
 

Sets a value indicating whether the spinner should revolve when the value passes beyond the Minimum or Maximum value.

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

 Syntax

Java  Copy Code

public void setIsSpinning (
    boolean value
)

 Parameters

value

true to let the value revolve to the other end of the range, or false otherwise.

 See Also