PopupWindow.SetBackgroundDrawable(Drawable) Método

Definición

Especifica el fondo dibujable para esta ventana emergente.

[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

Parámetros

background
Drawable

fondo del elemento emergente

Atributos

Comentarios

Especifica el fondo dibujable para esta ventana emergente. El fondo se puede establecer en null.

Java documentación para android.widget.PopupWindow.setBackgroundDrawable(android.graphics.drawable.Drawable).

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a

Consulte también