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


In This Topic
ForegroundTintList Property (AnnotationLayer)
In This Topic
Syntax
'Declaration
 
Public Overridable Property ForegroundTintList As Android.Content.Res.ColorStateList
 
'Usage
 
Dim instance As AnnotationLayer
Dim value As Android.Content.Res.ColorStateList
 
instance.ForegroundTintList = value
 
value = instance.ForegroundTintList
See Also