Documentation for this section has not yet been entered.
Get method documentation [Android Documentation]
Returns the Transition that will be used to move Views out of the scene when the Fragment is
preparing to be removed, hidden, or detached because of popping the back stack. The exiting
Views will be those that are regular Views or ViewGroups that have
Android.Views.ViewGroup.TransitionGroup return true. Typical Transitions will extend
Android.Transitions.Visibility as entering is governed by changing visibility from
Android.Views.View.VISIBLE to Android.Views.View.INVISIBLE. If transition is null,
entering Views will remain unaffected.
Set method documentation [Android Documentation]
Sets the Transition that will be used to move Views out of the scene when the Fragment is
preparing to be removed, hidden, or detached because of popping the back stack. The exiting
Views will be those that are regular Views or ViewGroups that have
Android.Views.ViewGroup.TransitionGroup return true. Typical Transitions will extend
Android.Transitions.Visibility as entering is governed by changing visibility from
Android.Views.View.VISIBLE to Android.Views.View.INVISIBLE. If transition is null,
entering Views will remain unaffected. If nothing is set, the default will be to
use the same value as set in Fragment.EnterTransition.