C1.Android.Viewer Assembly / C1.Android.Viewer Namespace / FlexViewer Class / Foreground Property


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