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