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


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