C1.Android.Input Assembly / C1.Android.Input Namespace / C1DropDown Class / HeaderBorderWidth Property


In This Topic
HeaderBorderWidth Property
In This Topic
Gets or sets the border thickness for the header.
Syntax
'Declaration
 
Public Property HeaderBorderWidth As Double
 
'Usage
 
Dim instance As C1DropDown
Dim value As Double
 
instance.HeaderBorderWidth = value
 
value = instance.HeaderBorderWidth
See Also