Android.Widget.PopupWindow.SetBackgroundDrawable Method
Specifies the background drawable for this popup window.

Syntax

[Android.Runtime.Register("setBackgroundDrawable", "(Landroid/graphics/drawable/Drawable;)V", "GetSetBackgroundDrawable_Landroid_graphics_drawable_Drawable_Handler")]
public virtual void SetBackgroundDrawable (Android.Graphics.Drawables.Drawable background)

See Also

PopupWindow.Background

Parameters

background
the popup's background

Remarks

Specifies the background drawable for this popup window. The background can be set to null.

[Android Documentation]

Requirements

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