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