Android.Animation.Animator.End Method
Ends the animation.

Syntax

[Android.Runtime.Register("end", "()V", "GetEndHandler")]
public virtual void End ()

Remarks

Ends the animation. This causes the animation to assign the end value of the property being animated, then calling the NoType:android/animation/Animator$AnimatorListener;Href=../../../reference/android/animation/Animator.AnimatorListener.html#onAnimationEnd(android.animation.Animator) method on its listeners.

This method must be called on the thread that is running the animation.

[Android Documentation]

Requirements

Namespace: Android.Animation
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 11