Xamarin.iOS Documentation | ComponentOne
C1.iOS.Calendar Assembly / C1.iOS.Calendar Namespace / C1Calendar Class / TodayBackgroundColor Property


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