Lingua

CalendarView.WeekSeparatorLineColor Proprietà

Definizione

Attenzione

deprecated

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

[System.Obsolete("deprecated")]
public virtual Android.Graphics.Color WeekSeparatorLineColor { [Android.Runtime.Register("getWeekSeparatorLineColor", "()I", "GetGetWeekSeparatorLineColorHandler")] get; [Android.Runtime.Register("setWeekSeparatorLineColor", "(I)V", "GetSetWeekSeparatorLineColor_IHandler")] set; }
[<System.Obsolete("deprecated")>]
[<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.

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.

per android.widget.CalendarView.setWeekSeparatorLineColor(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