PopupWindow.Background Proprietà

Definizione

Restituisce l'oggetto disegnabile utilizzato come sfondo della finestra popup.

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

Valore della proprietà

lo sfondo disegnabile o null se non è impostato

Attributi

Commenti

Restituisce l'oggetto disegnabile utilizzato come sfondo della finestra popup.

per android.widget.PopupWindow.getBackground().

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