ComponentOne Xamarin.iOS
DropDownBorderWidth Property


C1.iOS.Input Assembly > C1.iOS.Input Namespace > C1DropDown Class : DropDownBorderWidth Property
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

Reference

C1DropDown Class
C1DropDown Members