ComponentOne Xamarin.iOS
HeaderBackgroundColor Property (C1DropDown)


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

Reference

C1DropDown Class
C1DropDown Members