C1.iOS.Input Assembly / C1.iOS.Input Namespace / C1DropDown Class / ButtonBackgroundColor Property


In This Topic
ButtonBackgroundColor Property
In This Topic
Gets or sets the background of the button.
Syntax
'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
See Also