ComponentOne Xamarin.Android
Foreground Property (C1AutoComplete)


C1.Android.Input Assembly > C1.Android.Input Namespace > C1AutoComplete Class : Foreground Property
Syntax
'Declaration
 
Public Overridable Property Foreground As Android.Graphics.Drawables.Drawable
'Usage
 
Dim instance As C1AutoComplete
Dim value As Android.Graphics.Drawables.Drawable
 
instance.Foreground = value
 
value = instance.Foreground
public virtual Android.Graphics.Drawables.Drawable Foreground {get; set;}
See Also

Reference

C1AutoComplete Class
C1AutoComplete Members