ComponentOne Xamarin.Android
Animate Method (C1RadialGauge)


C1.Android.Gauge Assembly > C1.Android.Gauge Namespace > C1RadialGauge Class : Animate Method
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("animate", 
   "()Landroid/view/ViewPropertyAnimator;", 
   "GetAnimateHandler", 
   ApiSince=12)>
Public Overridable Function Animate() As Android.Views.ViewPropertyAnimator
'Usage
 
Dim instance As C1RadialGauge
Dim value As Android.Views.ViewPropertyAnimator
 
value = instance.Animate()
[Android.Runtime.Register("animate", 
   "()Landroid/view/ViewPropertyAnimator;", 
   "GetAnimateHandler", 
   ApiSince=12)]
public virtual Android.Views.ViewPropertyAnimator Animate()
See Also

Reference

C1RadialGauge Class
C1RadialGauge Members