C1.Android.Calendar Assembly / C1.Android.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 Nullable(Of Color)
 
'Usage
 
Dim instance As C1Calendar
Dim value As Nullable(Of Color)
 
instance.DayOfWeekBackgroundColor = value
 
value = instance.DayOfWeekBackgroundColor
See Also