Gets or sets a value indicating whether the painting bitmap is cacheable.
public bool BitmapCacheable {get; set;}
'Declaration
Public Property BitmapCacheable As Boolean
'Usage
Dim instance As Drawing
Dim value As Boolean
instance.BitmapCacheable = value
value = instance.BitmapCacheable
Property Value
true
if the painting bitmap is cacheable; otherwise,
false
.