Xamarin.Android | ComponentOne
C1.Android.Input Assembly / C1.Android.Input Namespace / C1DropDown Class / DropDownBorderColor Property


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