C1.Android.Input Assembly / C1.Android.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 Android.Graphics.Color
 
'Usage
 
Dim instance As C1ComboBox
Dim value As Android.Graphics.Color
 
instance.TextColor = value
 
value = instance.TextColor
See Also