ComponentOne Xamarin.iOS
CloseButtonBackgroundColor Property


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

Reference

C1DropDown Class
C1DropDown Members