C1.Android.Chart Assembly / C1.Android.Chart.Annotation Namespace / AnnotationLayer Class / StartAnimation Method


In This Topic
StartAnimation Method (AnnotationLayer)
In This Topic
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 AnnotationLayer
Dim animation As Android.Views.Animations.Animation
 
instance.StartAnimation(animation)

Parameters

animation
See Also