PopupWindow.AnimationStyle Property
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.
Return the animation style to use the popup appears and disappears -or- Change the animation style resource for this popup.
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
the animation style to use the popup appears and disappears
- Attributes
Remarks
Property getter documentation:
Return the animation style to use the popup appears and disappears
Java documentation for android.widget.PopupWindow.getAnimationStyle()
.
Property setter 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 #update()
methods.
Java documentation for android.widget.PopupWindow.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.