C1.Android.Core Assembly / C1.Android.Core Namespace / C1PolygonIcon Class / DrawingCacheBackgroundColor Property


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