PopupWindow.SetEnterTransition(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 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.