ComponentOne Xamarin.Android
LoadAnimation Property (C1Gauge)


C1.Android.Gauge Assembly > C1.Android.Gauge Namespace > C1Gauge Class : LoadAnimation Property
Gets or sets the animation used when the control is loaded.
Syntax
'Declaration
 
Public Property LoadAnimation As C1Animation
'Usage
 
Dim instance As C1Gauge
Dim value As C1Animation
 
instance.LoadAnimation = value
 
value = instance.LoadAnimation
public C1Animation LoadAnimation {get; set;}
See Also

Reference

C1Gauge Class
C1Gauge Members