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