Android.Widget.ListPopupWindow.AnimationStyle Property
Returns the animation style that will be used when the popup window is shown or dismissed.

Syntax

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

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

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

Set method documentation [Android Documentation]

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

Requirements

Namespace: Android.Widget
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 11