Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Input Assembly / C1.Xamarin.Forms.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
    public double HeaderBorderWidth {get; set;}
    See Also