Android.Views.Window.SharedElementReenterTransition Property
Returns the Transition that will be used for shared elements reentering from a started Activity after it has returned the shared element to it start location.

Syntax

[get: Android.Runtime.Register("getSharedElementReenterTransition", "()Landroid/transition/Transition;", "GetGetSharedElementReenterTransitionHandler")]
[set: Android.Runtime.Register("setSharedElementReenterTransition", "(Landroid/transition/Transition;)V", "GetSetSharedElementReenterTransition_Landroid_transition_Transition_Handler")]
public virtual Android.Transitions.Transition SharedElementReenterTransition { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Returns the Transition that will be used for shared elements reentering from a started Activity after it has returned the shared element to it start location. Requires Window.FEATURE_ACTIVITY_TRANSITIONS.

Set method documentation [Android Documentation]

Sets the Transition that will be used for shared elements reentering from a started Activity after it has returned the shared element to it start location. If no value is set, this will default to Window.SharedElementExitTransition. 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