CalendarView.SelectedWeekBackgroundColor Proprietà

Definizione

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.

Si applica a