C1.Xamarin.Forms.Gauge Assembly / C1.Xamarin.Forms.Gauge Namespace / C1Gauge Class / LoadAnimation Property


In This Topic
LoadAnimation Property (C1Gauge)
In This Topic
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
See Also