C1.Android.Chart Assembly / C1.Android.Chart Namespace / ChartTooltip Class / Background Property


In This Topic
Background Property (ChartTooltip)
In This Topic
Syntax
'Declaration
 
Public Overridable Property Background As Android.Graphics.Drawables.Drawable
 
'Usage
 
Dim instance As ChartTooltip
Dim value As Android.Graphics.Drawables.Drawable
 
instance.Background = value
 
value = instance.Background
See Also