ComponentOne Xamarin.iOS
TextColor Property (C1ComboBox)


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

Reference

C1ComboBox Class
C1ComboBox Members