Xamarin.iOS Documentation | ComponentOne
C1.iOS.Calendar Assembly / C1.iOS.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
     
    
    <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