ComponentOne Xamarin.iOS
HeaderBorderColor Property


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

Reference

C1DropDown Class
C1DropDown Members