CalendarView.SelectedWeekBackgroundColor 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.
Ottiene il colore di sfondo per la settimana selezionata. -oppure- Imposta il colore di sfondo per la settimana selezionata.
public virtual Android.Graphics.Color SelectedWeekBackgroundColor { [Android.Runtime.Register("getSelectedWeekBackgroundColor", "()I", "GetGetSelectedWeekBackgroundColorHandler")] get; [Android.Runtime.Register("setSelectedWeekBackgroundColor", "(I)V", "GetSetSelectedWeekBackgroundColor_IHandler")] set; }
[<get: Android.Runtime.Register("getSelectedWeekBackgroundColor", "()I", "GetGetSelectedWeekBackgroundColorHandler")>]
[<set: Android.Runtime.Register("setSelectedWeekBackgroundColor", "(I)V", "GetSetSelectedWeekBackgroundColor_IHandler")>]
member this.SelectedWeekBackgroundColor : Android.Graphics.Color with get, set
Valore della proprietà
Colore di sfondo della settimana.
- Attributi
Commenti
Documentazione del getter delle proprietà:
Ottiene il colore di sfondo per la settimana selezionata.
Questo membro è deprecato. Non più utilizzato da CalendarView in stile materiale.
per android.widget.CalendarView.getSelectedWeekBackgroundColor().
Documentazione del setter delle proprietà:
Imposta il colore di sfondo per la settimana selezionata.
Questo membro è deprecato. Non più utilizzato da CalendarView in stile materiale.
per android.widget.CalendarView.setSelectedWeekBackgroundColor(int).
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.