CalendarView.SelectedWeekBackgroundColor 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 background color for the selected week. -or- Sets the background color for the selected week.
public virtual Android.Graphics.Color SelectedWeekBackgroundColor { [Android.Runtime.Register("getSelectedWeekBackgroundColor", "()I", "GetGetSelectedWeekBackgroundColorHandler")] get; [Android.Runtime.Register("setSelectedWeekBackgroundColor", "(I)V", "GetSetSelectedWeekBackgroundColor_IHandler")] set; }
[<get: Android.Runtime.Register("getSelectedWeekBackgroundColor", "()I", "GetGetSelectedWeekBackgroundColorHandler")>]
[<set: Android.Runtime.Register("setSelectedWeekBackgroundColor", "(I)V", "GetSetSelectedWeekBackgroundColor_IHandler")>]
member this.SelectedWeekBackgroundColor : Android.Graphics.Color with get, set
Property Value
The week background color.
- Attributes
Remarks
Property getter documentation:
Gets the background color for the selected week.
This member is deprecated. No longer used by Material-style CalendarView.
Java documentation for android.widget.CalendarView.getSelectedWeekBackgroundColor()
.
Property setter documentation:
Sets the background color for the selected week.
This member is deprecated. No longer used by Material-style CalendarView.
Java documentation for android.widget.CalendarView.setSelectedWeekBackgroundColor(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.