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


In This Topic
ForegroundTintMode Property (FlexViewer)
In This Topic
Syntax
'Declaration
 
Public Overridable Property ForegroundTintMode As Android.Graphics.PorterDuff.Mode
 
'Usage
 
Dim instance As FlexViewer
Dim value As Android.Graphics.PorterDuff.Mode
 
instance.ForegroundTintMode = value
 
value = instance.ForegroundTintMode
See Also