ComponentOne Xamarin.iOS
HeaderBorderWidth Property


C1.iOS.Input Assembly > C1.iOS.Input Namespace > C1DropDown Class : HeaderBorderWidth Property
Gets or sets the border thickness for the header.
Syntax
'Declaration
 
<Foundation.ExportAttribute("HeaderBorderWidth")>
<BrowsableAttribute(True)>
Public Property HeaderBorderWidth As Double
'Usage
 
Dim instance As C1DropDown
Dim value As Double
 
instance.HeaderBorderWidth = value
 
value = instance.HeaderBorderWidth
[Foundation.Export("HeaderBorderWidth")]
[Browsable(true)]
public double HeaderBorderWidth {get; set;}
See Also

Reference

C1DropDown Class
C1DropDown Members