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