Search
SpinnerComponent.isSpinning Method
See Also
 

Gets 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 boolean isSpinning ()

 Return Value

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

 See Also