ComponentOne Xamarin.iOS
DayOfWeekBackgroundColor Property


C1.iOS.Calendar Assembly > C1.iOS.Calendar Namespace > C1Calendar Class : DayOfWeekBackgroundColor Property
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

Reference

C1Calendar Class
C1Calendar Members