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