CalendarView.FocusedMonthDateColor Property

Definition

Caution

deprecated

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

[System.Obsolete("deprecated")]
public virtual Android.Graphics.Color FocusedMonthDateColor { [Android.Runtime.Register("getFocusedMonthDateColor", "()I", "GetGetFocusedMonthDateColorHandler")] get; [Android.Runtime.Register("setFocusedMonthDateColor", "(I)V", "GetSetFocusedMonthDateColor_IHandler")] set; }
[<System.Obsolete("deprecated")>]
[<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

Color

The focused month date color.

Attributes

Remarks

Property getter documentation:

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

Property setter documentation:

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