Android.Views.Window.SharedElementReturnTransition Property
Returns the Transition that will be used for shared elements transferred back to a calling Activity.

Syntax

[get: Android.Runtime.Register("getSharedElementReturnTransition", "()Landroid/transition/Transition;", "GetGetSharedElementReturnTransitionHandler")]
[set: Android.Runtime.Register("setSharedElementReturnTransition", "(Landroid/transition/Transition;)V", "GetSetSharedElementReturnTransition_Landroid_transition_Transition_Handler")]
public virtual Android.Transitions.Transition SharedElementReturnTransition { 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 transferred back to a calling Activity. Requires Window.FEATURE_ACTIVITY_TRANSITIONS.

Set method documentation [Android Documentation]

Sets the Transition that will be used for shared elements transferred back to a calling Activity. Typical Transitions will affect size and location, such as Android.Transitions.ChangeBounds. A null value will cause transferred shared elements to blink to the final position. If no value is set, the default will be to use the same value as Window.SharedElementEnterTransition. 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