IThemedSpinnerAdapter.DropDownViewTheme Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Restituisce il valore impostato in precedenza da una chiamata a 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
Valore della proprietà
Resources.Theme: contesto in base al quale gonfiare le visualizzazioni a discesa o null per usare il tema predefinito
- Attributi
Commenti
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.