C1.Android.Input Assembly / C1.Android.Input Namespace / C1ComboBox Class / Foreground Property


In This Topic
Foreground Property (C1ComboBox)
In This Topic
Syntax
'Declaration
 
Public Overridable Property Foreground As Android.Graphics.Drawables.Drawable
 
'Usage
 
Dim instance As C1ComboBox
Dim value As Android.Graphics.Drawables.Drawable
 
instance.Foreground = value
 
value = instance.Foreground
See Also