IsAnimated Property (C1Gauge)
Gets or sets a value indicating whether the control will transition from one state to another using animations.
public bool IsAnimated {get; set;}
'Declaration
Public Property IsAnimated As Boolean
'Usage
Dim instance As C1Gauge
Dim value As Boolean
instance.IsAnimated = value
value = instance.IsAnimated