IThemedSpinnerAdapter.DropDownViewTheme Property

Definition

Returns the value previously set by a call to setDropDownViewTheme(Theme) .

public Android.Content.Res.Resources.Theme? DropDownViewTheme { [Android.Runtime.Register("getDropDownViewTheme", "()Landroid/content/res/Resources$Theme;", "GetGetDropDownViewThemeHandler:Android.Widget.IThemedSpinnerAdapterInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=23)] get; [Android.Runtime.Register("setDropDownViewTheme", "(Landroid/content/res/Resources$Theme;)V", "GetSetDropDownViewTheme_Landroid_content_res_Resources_Theme_Handler:Android.Widget.IThemedSpinnerAdapterInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=23)] set; }
[<get: Android.Runtime.Register("getDropDownViewTheme", "()Landroid/content/res/Resources$Theme;", "GetGetDropDownViewThemeHandler:Android.Widget.IThemedSpinnerAdapterInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=23)>]
[<set: Android.Runtime.Register("setDropDownViewTheme", "(Landroid/content/res/Resources$Theme;)V", "GetSetDropDownViewTheme_Landroid_content_res_Resources_Theme_Handler:Android.Widget.IThemedSpinnerAdapterInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=23)>]
member this.DropDownViewTheme : Android.Content.Res.Resources.Theme with get, set

Property Value

Resources.Theme : the context against which to inflate drop-down views, or null to use the default theme

Attributes

Remarks

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.

Java documentation for ThemedSpinnerAdapter.

Applies to