ComponentOne Xamarin.Android
IsAnimated Property (C1Gauge)


C1.Android.Gauge Assembly > C1.Android.Gauge Namespace > C1Gauge Class : IsAnimated Property
Gets or sets a value indicating whether the control will transition from one state to another using animations.
Syntax
'Declaration
 
Public Property IsAnimated As Boolean
'Usage
 
Dim instance As C1Gauge
Dim value As Boolean
 
instance.IsAnimated = value
 
value = instance.IsAnimated
public bool IsAnimated {get; set;}
See Also

Reference

C1Gauge Class
C1Gauge Members