Documentation for this section has not yet been entered.
Get method documentation [Android Documentation]
Get the animation currently associated with this view.
Set method documentation [Android Documentation]
Sets the next animation to play for this view.
If you want the animation to play immediately, use
View.StartAnimation(Android.Views.Animations.Animation) instead.
This method provides allows fine-grained
control over the start time and invalidation, but you
must make sure that 1) the animation has a start time set, and
2) the view's parent (which controls animations on its children)
will be invalidated when the animation is supposed to
start.