Android.Animation.ValueAnimator.Reverse Method
Plays the ValueAnimator in reverse.

Syntax

[Android.Runtime.Register("reverse", "()V", "GetReverseHandler")]
public virtual void Reverse ()

Remarks

Plays the ValueAnimator in reverse. If the animation is already running, it will stop itself and play backwards from the point reached when reverse was called. If the animation is not currently running, then it will start from the end and play backwards. This behavior is only set for the current animation; future playing of the animation will use the default behavior of playing forward.

[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