CloseButtonTextColor Property
In This Topic
Gets or sets the color of the close button text.
Syntax
'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
[Foundation.Export("CloseButtonTextColor")]
[Browsable(true)]
public UIKit.UIColor CloseButtonTextColor {get; set;}
See Also