Xamarin.iOS Documentation | ComponentOne
C1.iOS.Input Assembly / C1.iOS.Input Namespace / C1DropDown Class / HeaderBorderColor Property


In This Topic
    HeaderBorderColor Property
    In This Topic
    Gets or sets the border color for the header.
    Syntax
    'Declaration
     
    
    <Foundation.ExportAttribute("HeaderBorderColor")>
    <BrowsableAttribute(True)>
    Public Property HeaderBorderColor As UIKit.UIColor
    'Usage
     
    
    Dim instance As C1DropDown
    Dim value As UIKit.UIColor
     
    instance.HeaderBorderColor = value
     
    value = instance.HeaderBorderColor
    [Foundation.Export("HeaderBorderColor")]
    [Browsable(true)]
    public UIKit.UIColor HeaderBorderColor {get; set;}
    See Also