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