PopupWindow.SetBackgroundDrawable(Drawable) Metodo

Definizione

Specifica lo sfondo disegnabile per questa finestra popup.

[Android.Runtime.Register("setBackgroundDrawable", "(Landroid/graphics/drawable/Drawable;)V", "GetSetBackgroundDrawable_Landroid_graphics_drawable_Drawable_Handler")]
public virtual void SetBackgroundDrawable(Android.Graphics.Drawables.Drawable? background);
[<Android.Runtime.Register("setBackgroundDrawable", "(Landroid/graphics/drawable/Drawable;)V", "GetSetBackgroundDrawable_Landroid_graphics_drawable_Drawable_Handler")>]
abstract member SetBackgroundDrawable : Android.Graphics.Drawables.Drawable -> unit
override this.SetBackgroundDrawable : Android.Graphics.Drawables.Drawable -> unit

Parametri

background
Drawable

sfondo del popup

Attributi

Commenti

Specifica lo sfondo disegnabile per questa finestra popup. Lo sfondo può essere impostato su null.

per android.widget.PopupWindow.setBackgroundDrawable(android.graphics.drawable.Drawable).

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a

Vedi anche