ComponentOne Xamarin.Android
DayOfWeekBackgroundColor Property


C1.Android.Calendar Assembly > C1.Android.Calendar Namespace > C1Calendar Class : DayOfWeekBackgroundColor Property
Gets or sets the background color for the day of week slots.
Syntax
'Declaration
 
Public Property DayOfWeekBackgroundColor As Nullable(Of Color)
'Usage
 
Dim instance As C1Calendar
Dim value As Nullable(Of Color)
 
instance.DayOfWeekBackgroundColor = value
 
value = instance.DayOfWeekBackgroundColor
public Nullable<Color> DayOfWeekBackgroundColor {get; set;}
See Also

Reference

C1Calendar Class
C1Calendar Members