ListPopupWindow.SetBackgroundDrawable(Drawable) Metodo

Definizione

Imposta un elemento drawable in modo che sia lo sfondo per la 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? d);
[<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

d
Drawable

Oggetto disegnabile da impostare come sfondo.

Attributi

Commenti

Imposta un elemento drawable in modo che sia lo sfondo per la finestra popup.

per android.widget.ListPopupWindow.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