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
[Foundation.Export("ButtonBackgroundColor")]
[Browsable(true)]
public UIKit.UIColor ButtonBackgroundColor {get; set;}
See Also