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