Xamarin.iOS Documentation | ComponentOne
C1.iOS.Input Assembly / C1.iOS.Input Namespace / C1DropDown Class / CloseButtonTextColor Property


In This Topic
    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