CalendarView.FocusedMonthDateColor Property

Definition

Gets the color for the dates in the focused month. -or- Sets the color for the dates of the focused month.

public virtual Android.Graphics.Color FocusedMonthDateColor { [Android.Runtime.Register("getFocusedMonthDateColor", "()I", "GetGetFocusedMonthDateColorHandler")] get; [Android.Runtime.Register("setFocusedMonthDateColor", "(I)V", "GetSetFocusedMonthDateColor_IHandler")] set; }
[<get: Android.Runtime.Register("getFocusedMonthDateColor", "()I", "GetGetFocusedMonthDateColorHandler")>]
[<set: Android.Runtime.Register("setFocusedMonthDateColor", "(I)V", "GetSetFocusedMonthDateColor_IHandler")>]
member this.FocusedMonthDateColor : Android.Graphics.Color with get, set

Property Value

The focused month date color.

Attributes

Remarks

Property getter documentation:

Gets the color for the dates in the focused month.

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

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

Property setter documentation:

Sets the color for the dates of the focused month.

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

Java documentation for android.widget.CalendarView.setFocusedMonthDateColor(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