C1.Android.Grid Assembly / C1.Android.Grid Namespace / GridCellsPanel Class / DrawingCacheBackgroundColor Property


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