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


In This Topic
    HeaderBackgroundColor Property (C1DropDown)
    In This Topic
    Gets or sets the background color for the header.
    Syntax
    'Declaration
     
    
    Public Property HeaderBackgroundColor As Xamarin.Forms.Color
    'Usage
     
    
    Dim instance As C1DropDown
    Dim value As Xamarin.Forms.Color
     
    instance.HeaderBackgroundColor = value
     
    value = instance.HeaderBackgroundColor
    public Xamarin.Forms.Color HeaderBackgroundColor {get; set;}
    See Also