DayOfWeekBackgroundColor Property
In This Topic
Gets or sets the background color for the day of week slots.
Syntax
'Declaration
<Foundation.ExportAttribute("DayOfWeekBackgroundColor")>
<BrowsableAttribute(True)>
Public Property DayOfWeekBackgroundColor As UIKit.UIColor
'Usage
Dim instance As C1Calendar
Dim value As UIKit.UIColor
instance.DayOfWeekBackgroundColor = value
value = instance.DayOfWeekBackgroundColor
[Foundation.Export("DayOfWeekBackgroundColor")]
[Browsable(true)]
public UIKit.UIColor DayOfWeekBackgroundColor {get; set;}
See Also