DropDownBackgroundColor Property
In This Topic
Gets or sets the color of the drop-down.
Syntax
'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
[Foundation.Export("DropDownBackgroundColor")]
[Browsable(true)]
public UIKit.UIColor DropDownBackgroundColor {get; set;}
See Also