C1.Android.Gauge Assembly / C1.Android.Gauge Namespace / C1RadialGauge Class / ForegroundTintMode Property


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