ComponentOne Xamarin.iOS
TodayBackgroundColor Property


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

Reference

C1Calendar Class
C1Calendar Members