CalendarView.UnfocusedMonthDateColor Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the color for the dates in a not focused month. -or- Sets the color for the dates of a not focused month.
public virtual Android.Graphics.Color UnfocusedMonthDateColor { [Android.Runtime.Register("getUnfocusedMonthDateColor", "()I", "GetGetUnfocusedMonthDateColorHandler")] get; [Android.Runtime.Register("setUnfocusedMonthDateColor", "(I)V", "GetSetUnfocusedMonthDateColor_IHandler")] set; }
[<get: Android.Runtime.Register("getUnfocusedMonthDateColor", "()I", "GetGetUnfocusedMonthDateColorHandler")>]
[<set: Android.Runtime.Register("setUnfocusedMonthDateColor", "(I)V", "GetSetUnfocusedMonthDateColor_IHandler")>]
member this.UnfocusedMonthDateColor : Android.Graphics.Color with get, set
Property Value
A not focused month date color.
- Attributes
Remarks
Property getter documentation:
Gets the color for the dates in a not focused month.
This member is deprecated. No longer used by Material-style CalendarView.
Java documentation for android.widget.CalendarView.getUnfocusedMonthDateColor()
.
Property setter documentation:
Sets the color for the dates of a not focused month.
This member is deprecated. No longer used by Material-style CalendarView.
Java documentation for android.widget.CalendarView.setUnfocusedMonthDateColor(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.