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


In This Topic
    DropDownBorderWidth Property
    In This Topic
    Gets or sets the width of the drop-down border.
    Syntax
    'Declaration
     
    
    Public Property DropDownBorderWidth As Double
    'Usage
     
    
    Dim instance As C1DropDown
    Dim value As Double
     
    instance.DropDownBorderWidth = value
     
    value = instance.DropDownBorderWidth
    public double DropDownBorderWidth {get; set;}
    See Also