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


In This Topic
ButtonColor Property
In This Topic
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
See Also