ComponentOne Xamarin.Android
StartAnimation Method (C1VectorIcon)


C1.Android.Core Assembly > C1.Android.Core Namespace > C1VectorIcon Class : StartAnimation Method
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("startAnimation", 
   "(Landroid/view/animation/Animation;)V", 
   "GetStartAnimation_Landroid_view_animation_Animation_Handler")>
Public Overridable Sub StartAnimation( _
   ByVal animation As Android.Views.Animations.Animation _
) 
'Usage
 
Dim instance As C1VectorIcon
Dim animation As Android.Views.Animations.Animation
 
instance.StartAnimation(animation)
[Android.Runtime.Register("startAnimation", 
   "(Landroid/view/animation/Animation;)V", 
   "GetStartAnimation_Landroid_view_animation_Animation_Handler")]
public virtual void StartAnimation( 
   Android.Views.Animations.Animation animation
)

Parameters

animation
See Also

Reference

C1VectorIcon Class
C1VectorIcon Members