PopupWindow.SetEnterTransition(Transition) Method

Definition

Sets the enter transition to be used when the popup window is shown.

[Android.Runtime.Register("setEnterTransition", "(Landroid/transition/Transition;)V", "GetSetEnterTransition_Landroid_transition_Transition_Handler", ApiSince=23)]
public virtual void SetEnterTransition (Android.Transitions.Transition? enterTransition);
[<Android.Runtime.Register("setEnterTransition", "(Landroid/transition/Transition;)V", "GetSetEnterTransition_Landroid_transition_Transition_Handler", ApiSince=23)>]
abstract member SetEnterTransition : Android.Transitions.Transition -> unit
override this.SetEnterTransition : Android.Transitions.Transition -> unit

Parameters

enterTransition
Transition

the enter transition, or null to clear

Attributes

Remarks

Sets the enter transition to be used when the popup window is shown.

Java documentation for android.widget.PopupWindow.setEnterTransition(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.

Applies to