C1.Android.Chart Assembly / C1.Android.Chart Namespace / FlexChart Class / ForegroundTintMode Property


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