Gets or sets a value indicating whether the spinner should revolve when the value passes beyond the Minimum or Maximum value.
Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public bool IsSpinning { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property IsSpinning As Boolean |
A boolean value.
See Also