'Declaration
<Foundation.ExportAttribute("TodayTextColor")> <BrowsableAttribute(True)> Public Property TodayTextColor As UIKit.UIColor
'Usage
Dim instance As C1Calendar Dim value As UIKit.UIColor instance.TodayTextColor = value value = instance.TodayTextColor
[Foundation.Export("TodayTextColor")] [Browsable(true)] public UIKit.UIColor TodayTextColor {get; set;}