C1.Android.Gauge Assembly / C1.Android.Gauge Namespace / C1RadialGauge Class / DrawingCache Property


In This Topic
DrawingCache Property (C1RadialGauge)
In This Topic
Syntax
'Declaration
 
Public Overridable ReadOnly Property DrawingCache As Android.Graphics.Bitmap
 
'Usage
 
Dim instance As C1RadialGauge
Dim value As Android.Graphics.Bitmap
 
value = instance.DrawingCache
See Also