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


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