Documentation for this section has not yet been entered.
Get method documentation [Android Documentation]
Return the Transition that will be used for shared elements transferred back during a
pop of the back stack. This Transition acts in the leaving Fragment.
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
Fragment.SharedElementEnterTransition.
Set method documentation [Android Documentation]
Sets the Transition that will be used for shared elements transferred back during a
pop of the back stack. This Transition acts in the leaving Fragment.
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
Fragment.SharedElementEnterTransition.