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


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