Condividi tramite


CalendarView.WeekSeparatorLineColor Proprietà

Definizione

Ottiene il colore per la linea separatore tra settimane. -oppure- Imposta il colore per la linea separatore tra settimane.

public virtual Android.Graphics.Color WeekSeparatorLineColor { [Android.Runtime.Register("getWeekSeparatorLineColor", "()I", "GetGetWeekSeparatorLineColorHandler")] get; [Android.Runtime.Register("setWeekSeparatorLineColor", "(I)V", "GetSetWeekSeparatorLineColor_IHandler")] set; }
[<get: Android.Runtime.Register("getWeekSeparatorLineColor", "()I", "GetGetWeekSeparatorLineColorHandler")>]
[<set: Android.Runtime.Register("setWeekSeparatorLineColor", "(I)V", "GetSetWeekSeparatorLineColor_IHandler")>]
member this.WeekSeparatorLineColor : Android.Graphics.Color with get, set

Valore della proprietà

Colore separatore settimana.

Attributi

Commenti

Documentazione del getter delle proprietà:

Ottiene il colore per la linea separatore tra settimane.

Questo membro è deprecato. Non più utilizzato da CalendarView in stile materiale.

Documentazione java per android.widget.CalendarView.getWeekSeparatorLineColor().

Documentazione del setter delle proprietà:

Imposta il colore per la linea separatore tra settimane.

Questo membro è deprecato. Non più utilizzato da CalendarView in stile materiale.

Documentazione java per android.widget.CalendarView.setWeekSeparatorLineColor(int).

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

Si applica a