Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Input Assembly / C1.Xamarin.Forms.Input Namespace / C1DropDown Class / ButtonBackgroundColor Property


In This Topic
    ButtonBackgroundColor Property
    In This Topic
    Gets or sets the background of the button.
    Syntax
    'Declaration
     
    
    Public Property ButtonBackgroundColor As Xamarin.Forms.Color
    'Usage
     
    
    Dim instance As C1DropDown
    Dim value As Xamarin.Forms.Color
     
    instance.ButtonBackgroundColor = value
     
    value = instance.ButtonBackgroundColor
    public Xamarin.Forms.Color ButtonBackgroundColor {get; set;}
    See Also