PopupWindow.SetExitTransition(Transition) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the exit transition to be used when the popup window is dismissed.
[Android.Runtime.Register("setExitTransition", "(Landroid/transition/Transition;)V", "GetSetExitTransition_Landroid_transition_Transition_Handler", ApiSince=23)]
public virtual void SetExitTransition (Android.Transitions.Transition? exitTransition);
[<Android.Runtime.Register("setExitTransition", "(Landroid/transition/Transition;)V", "GetSetExitTransition_Landroid_transition_Transition_Handler", ApiSince=23)>]
abstract member SetExitTransition : Android.Transitions.Transition -> unit
override this.SetExitTransition : Android.Transitions.Transition -> unit
Parameters
- exitTransition
- Transition
the exit transition, or null
to clear
- Attributes
Remarks
Sets the exit transition to be used when the popup window is dismissed.
Java documentation for android.widget.PopupWindow.setExitTransition(android.transition.Transition)
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.