Documentation for this section has not yet been entered.
Get method documentation [Android Documentation]
Retrieve the Android.Transitions.TransitionManager responsible for default transitions in this window.
Requires Android.Views.Window.FEATURE_CONTENT_TRANSITIONS.
This method will return non-null after content has been initialized (e.g. by using Activity.SetContentView(Android.Views.View)) if Android.Views.Window.FEATURE_CONTENT_TRANSITIONS has been granted.
Set method documentation [Android Documentation]
Set the Android.Transitions.TransitionManager to use for default transitions in this window.
Requires Android.Views.Window.FEATURE_CONTENT_TRANSITIONS.