ComponentOne Xamarin.iOS
ButtonBackgroundColor Property


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

Reference

C1DropDown Class
C1DropDown Members