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