Window.ExitTransition Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the Transition that will be used to move Views out of the scene when starting a new Activity. -or- Sets the Transition that will be used to move Views out of the scene when starting a new Activity.
public virtual Android.Transitions.Transition? ExitTransition { [Android.Runtime.Register("getExitTransition", "()Landroid/transition/Transition;", "GetGetExitTransitionHandler")] get; [Android.Runtime.Register("setExitTransition", "(Landroid/transition/Transition;)V", "GetSetExitTransition_Landroid_transition_Transition_Handler")] set; }
[<get: Android.Runtime.Register("getExitTransition", "()Landroid/transition/Transition;", "GetGetExitTransitionHandler")>]
[<set: Android.Runtime.Register("setExitTransition", "(Landroid/transition/Transition;)V", "GetSetExitTransition_Landroid_transition_Transition_Handler")>]
member this.ExitTransition : Android.Transitions.Transition with get, set
Property Value
the Transition to use to move Views out of the scene when calling a new Activity.
- Attributes
Remarks
Property getter documentation:
Java documentation for android.view.Window.getExitTransition().
Property setter documentation:
Java documentation for android.view.Window.setExitTransition(android.transition.Transition).
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.