Xamarin.Android | ComponentOne
C1.Android.Core Assembly / C1.Android.Core Namespace / C1Icon Class / Animate Method


In This Topic
    Animate Method (C1Icon)
    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 C1Icon
    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