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