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