Search
SpinnerComponent.IsSpinning Property
See Also
 





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

 Syntax

C#  Copy Code

public bool IsSpinning { get; set; }

Visual Basic  Copy Code

Public Property IsSpinning As Boolean

 Property Value

A boolean value.

 See Also