CalendarView.WeekNumberColor Property

Definition

Gets the color for the week numbers. -or- Sets the color for the week numbers.

public virtual Android.Graphics.Color WeekNumberColor { [Android.Runtime.Register("getWeekNumberColor", "()I", "GetGetWeekNumberColorHandler")] get; [Android.Runtime.Register("setWeekNumberColor", "(I)V", "GetSetWeekNumberColor_IHandler")] set; }
[<get: Android.Runtime.Register("getWeekNumberColor", "()I", "GetGetWeekNumberColorHandler")>]
[<set: Android.Runtime.Register("setWeekNumberColor", "(I)V", "GetSetWeekNumberColor_IHandler")>]
member this.WeekNumberColor : Android.Graphics.Color with get, set

Property Value

The week number color.

Attributes

Remarks

Property getter documentation:

Gets the color for the week numbers.

This member is deprecated. No longer used by Material-style CalendarView.

Java documentation for android.widget.CalendarView.getWeekNumberColor().

Property setter documentation:

Sets the color for the week numbers.

This member is deprecated. No longer used by Material-style CalendarView.

Java documentation for android.widget.CalendarView.setWeekNumberColor(int).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to