Android.Widget.PopupWindow.ClippingEnabled Property

Syntax

[get: Android.Runtime.Register("isClippingEnabled", "()Z", "GetIsClippingEnabledHandler")]
[set: Android.Runtime.Register("setClippingEnabled", "(Z)V", "GetSetClippingEnabled_ZHandler")]
public virtual bool ClippingEnabled { get; set; }

See Also

PopupWindow.ClippingEnabled
PopupWindow.IsShowing
PopupWindow.ClippingEnabled
PopupWindow.Update

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Indicates whether clipping of the popup window is enabled.

Set method documentation [Android Documentation]

Allows the popup window to extend beyond the bounds of the screen. By default the window is clipped to the screen boundaries. Setting this to false will allow windows to be accurately positioned.

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 3