ComponentOne Xamarin.iOS
DropDownBackgroundColor Property


C1.iOS.Input Assembly > C1.iOS.Input Namespace > C1DropDown Class : DropDownBackgroundColor Property
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

Reference

C1DropDown Class
C1DropDown Members