Android.Views.Window.SharedElementExitTransition Property
Returns the Transition to use for shared elements in the launching Window prior to transferring to the launched Activity's Window.

Syntax

[get: Android.Runtime.Register("getSharedElementExitTransition", "()Landroid/transition/Transition;", "GetGetSharedElementExitTransitionHandler")]
[set: Android.Runtime.Register("setSharedElementExitTransition", "(Landroid/transition/Transition;)V", "GetSetSharedElementExitTransition_Landroid_transition_Transition_Handler")]
public virtual Android.Transitions.Transition SharedElementExitTransition { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Returns the Transition to use for shared elements in the launching Window prior to transferring to the launched Activity's Window. Requires Window.FEATURE_ACTIVITY_TRANSITIONS.

Set method documentation [Android Documentation]

Sets the Transition that will be used for shared elements after starting a new Activity before the shared elements are transferred to the called Activity. If the shared elements must animate during the exit transition, this Transition should be used. Upon completion, the shared elements may be transferred to the started Activity. Requires Window.FEATURE_ACTIVITY_TRANSITIONS.

Requirements

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