Xamarin.iOS Documentation | ComponentOne
C1.iOS.Input Assembly / C1.iOS.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
     
    
    <Foundation.ExportAttribute("DropDownBorderWidth")>
    <BrowsableAttribute(True)>
    Public Property DropDownBorderWidth As Double
    'Usage
     
    
    Dim instance As C1DropDown
    Dim value As Double
     
    instance.DropDownBorderWidth = value
     
    value = instance.DropDownBorderWidth
    [Foundation.Export("DropDownBorderWidth")]
    [Browsable(true)]
    public double DropDownBorderWidth {get; set;}
    See Also