ListPopupWindow.AnimationStyle Property

Definition

Returns the animation style that will be used when the popup window is shown or dismissed. -or- Set an animation style to use when the popup window is shown or dismissed.

public virtual int AnimationStyle { [Android.Runtime.Register("getAnimationStyle", "()I", "GetGetAnimationStyleHandler")] get; [Android.Runtime.Register("setAnimationStyle", "(I)V", "GetSetAnimationStyle_IHandler")] set; }
[<get: Android.Runtime.Register("getAnimationStyle", "()I", "GetGetAnimationStyleHandler")>]
[<set: Android.Runtime.Register("setAnimationStyle", "(I)V", "GetSetAnimationStyle_IHandler")>]
member this.AnimationStyle : int with get, set

Property Value

Animation style that will be used.

Attributes

Remarks

Property getter documentation:

Returns the animation style that will be used when the popup window is shown or dismissed.

Java documentation for android.widget.ListPopupWindow.getAnimationStyle().

Property setter documentation:

Set an animation style to use when the popup window is shown or dismissed.

Java documentation for android.widget.ListPopupWindow.setAnimationStyle(int).

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