Xamarin.Android | ComponentOne
C1.Android.Input Assembly / C1.Android.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 Android.Graphics.Color
    'Usage
     
    
    Dim instance As C1DropDown
    Dim value As Android.Graphics.Color
     
    instance.DropDownBackgroundColor = value
     
    value = instance.DropDownBackgroundColor
    public Android.Graphics.Color DropDownBackgroundColor {get; set;}
    See Also