View.StartAnimation(Animation) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Start the specified animation now.
[Android.Runtime.Register("startAnimation", "(Landroid/view/animation/Animation;)V", "GetStartAnimation_Landroid_view_animation_Animation_Handler")]
public virtual void StartAnimation (Android.Views.Animations.Animation? animation);
[<Android.Runtime.Register("startAnimation", "(Landroid/view/animation/Animation;)V", "GetStartAnimation_Landroid_view_animation_Animation_Handler")>]
abstract member StartAnimation : Android.Views.Animations.Animation -> unit
override this.StartAnimation : Android.Views.Animations.Animation -> unit
Parameters
- animation
- Animation
the animation to start now
- Attributes
Remarks
Start the specified animation now.
Java documentation for android.view.View.startAnimation(android.view.animation.Animation)
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.