Xamarin.iOS Documentation | ComponentOne
C1.iOS.Input Assembly / C1.iOS.Input Namespace / C1ComboBox Class / TextColor Property


In This Topic
    TextColor Property (C1ComboBox)
    In This Topic
    Gets or sets the text color.
    Syntax
    'Declaration
     
    
    Public Property TextColor As UIKit.UIColor
    'Usage
     
    
    Dim instance As C1ComboBox
    Dim value As UIKit.UIColor
     
    instance.TextColor = value
     
    value = instance.TextColor
    public UIKit.UIColor TextColor {get; set;}
    See Also