ComponentOne Xamarin.iOS
CloseButtonTextColor Property


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

Reference

C1DropDown Class
C1DropDown Members