ComponentOne Xamarin.iOS
ButtonColor Property


C1.iOS.Input Assembly > C1.iOS.Input Namespace > C1DropDown Class : ButtonColor Property
Gets or sets the color of the button content.
Syntax
'Declaration
 
<Foundation.ExportAttribute("ButtonColor")>
<BrowsableAttribute(True)>
Public Property ButtonColor As UIKit.UIColor
'Usage
 
Dim instance As C1DropDown
Dim value As UIKit.UIColor
 
instance.ButtonColor = value
 
value = instance.ButtonColor
[Foundation.Export("ButtonColor")]
[Browsable(true)]
public UIKit.UIColor ButtonColor {get; set;}
See Also

Reference

C1DropDown Class
C1DropDown Members