Spinner.PopupBackground Property

Definition

Get the background drawable for the spinner's popup window of choices.

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

Property Value

background Background drawable

Attributes

Remarks

Get the background drawable for the spinner's popup window of choices. Only valid in #MODE_DROPDOWN; other modes will return null.

Java documentation for android.widget.Spinner.getPopupBackground().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to