Spinner.PopupBackground プロパティ

定義

選択したスピナーのポップアップ ウィンドウの背景描画可能な値を取得します。

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

プロパティ値

背景背景描画可能

属性

注釈

選択したスピナーのポップアップ ウィンドウの背景描画可能な値を取得します。 でのみ有効です。他の #MODE_DROPDOWNモードでは null が返されます。

android.widget.Spinner.getPopupBackground()Java ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象