PopupWindow.Background Propiedad

Definición

Devuelve el elemento dibujable usado como fondo de la ventana emergente.

public virtual Android.Graphics.Drawables.Drawable? Background { [Android.Runtime.Register("getBackground", "()Landroid/graphics/drawable/Drawable;", "GetGetBackgroundHandler")] get; }
[<get: Android.Runtime.Register("getBackground", "()Landroid/graphics/drawable/Drawable;", "GetGetBackgroundHandler")>]
member this.Background : Android.Graphics.Drawables.Drawable

Valor de propiedad

fondo dibujable o null si no se establece

Atributos

Comentarios

Devuelve el elemento dibujable usado como fondo de la ventana emergente.

Java documentación para android.widget.PopupWindow.getBackground().

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