C1.Android.Chart Assembly / C1.Android.Chart Namespace / C1Sunburst Class / DrawingCacheBackgroundColor Property


In This Topic
DrawingCacheBackgroundColor Property (C1Sunburst)
In This Topic
Syntax
'Declaration
 
Public Overridable Property DrawingCacheBackgroundColor As Android.Graphics.Color
 
'Usage
 
Dim instance As C1Sunburst
Dim value As Android.Graphics.Color
 
instance.DrawingCacheBackgroundColor = value
 
value = instance.DrawingCacheBackgroundColor
See Also