C1.Xamarin.Forms.Calendar Assembly / C1.Xamarin.Forms.Calendar Namespace / C1Calendar Class / DayOfWeekBackgroundColor Property


In This Topic
DayOfWeekBackgroundColor Property
In This Topic
Gets or sets the background color for the day of week slots.
Syntax
'Declaration
 
Public Property DayOfWeekBackgroundColor As Xamarin.Forms.Color
 
'Usage
 
Dim instance As C1Calendar
Dim value As Xamarin.Forms.Color
 
instance.DayOfWeekBackgroundColor = value
 
value = instance.DayOfWeekBackgroundColor
See Also