Android.Transitions.TransitionManager.SetTransition Method
Sets a specific transition to occur when the given pair of scenes is exited/entered.

Syntax

[Android.Runtime.Register("setTransition", "(Landroid/transition/Scene;Landroid/transition/Scene;Landroid/transition/Transition;)V", "GetSetTransition_Landroid_transition_Scene_Landroid_transition_Scene_Landroid_transition_Transition_Handler")]
public virtual void SetTransition (Scene fromScene, Scene toScene, Transition transition)

Parameters

fromScene
The scene being exited when the given transition will be run
toScene
The scene being entered when the given transition will be run
transition
The transition that will play when the given scene is entered. A value of null will result in the default behavior of using the default transition instead.

Remarks

Sets a specific transition to occur when the given pair of scenes is exited/entered.

[Android Documentation]

Requirements

Namespace: Android.Transitions
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0