AgentTaskEvent.Background 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.
Icona di sfondo da usare per l'evento.
public Android.Graphics.Drawables.Icon? Background { [Android.Runtime.Register("getBackground", "()Landroid/graphics/drawable/Icon;", "", ApiSince=37)] get; }
[<get: Android.Runtime.Register("getBackground", "()Landroid/graphics/drawable/Icon;", "", ApiSince=37)>]
member this.Background : Android.Graphics.Drawables.Icon
Valore della proprietà
lo sfondo da usare per l'evento. Se null, l'implementazione deciderà.
- Attributi