Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Input Assembly / C1.Xamarin.Forms.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
     
    
    Public Property CloseButtonTextColor As Xamarin.Forms.Color
    'Usage
     
    
    Dim instance As C1DropDown
    Dim value As Xamarin.Forms.Color
     
    instance.CloseButtonTextColor = value
     
    value = instance.CloseButtonTextColor
    public Xamarin.Forms.Color CloseButtonTextColor {get; set;}
    See Also