Android.Widget.PopupWindow.AnimationStyle Property

Syntax

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

See Also

PopupWindow.Update

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Return the animation style to use the popup appears and disappears

Set method documentation [Android Documentation]

Change the animation style resource for this popup.

If the popup is showing, calling this method will take effect only the next time the popup is shown or through a manual call to one of the PopupWindow.Update methods.

Requirements

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