Xamarin.Android | ComponentOne
C1.Android.Gauge Assembly / C1.Android.Gauge Namespace / C1Gauge Class / Animate Method


In This Topic
    Animate Method (C1Gauge)
    In This Topic
    Syntax
    'Declaration
     
    
    <Android.Runtime.RegisterAttribute("animate", 
       "()Landroid/view/ViewPropertyAnimator;", 
       "GetAnimateHandler", 
       ApiSince=12)>
    Public Overridable Function Animate() As Android.Views.ViewPropertyAnimator
    'Usage
     
    
    Dim instance As C1Gauge
    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