[Foundation.Export("CloseButtonTextColor")] [Browsable(true)] public UIKit.UIColor CloseButtonTextColor {get; set;}
'Declaration
<Foundation.ExportAttribute("CloseButtonTextColor")> <BrowsableAttribute(True)> Public Property CloseButtonTextColor As UIKit.UIColor
'Usage
Dim instance As C1DropDown Dim value As UIKit.UIColor instance.CloseButtonTextColor = value value = instance.CloseButtonTextColor