Android.Graphics.Drawables.TransitionDrawable.ReverseTransition Method
Reverses the transition, picking up where the transition currently is.

Syntax

[Android.Runtime.Register("reverseTransition", "(I)V", "GetReverseTransition_IHandler")]
public virtual void ReverseTransition (int duration)

Parameters

duration
The duration to use if no transition is running.

Remarks

Reverses the transition, picking up where the transition currently is. If the transition is not currently running, this will start the transition with the specified duration. If the transition is already running, the last known duration will be used.

[Android Documentation]

Requirements

Namespace: Android.Graphics.Drawables
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1