C1.Android.Chart Assembly / C1.Android.Chart.Annotation Namespace / AnnotationLayer Class / ForegroundTintMode Property


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