'DeclarationPublic Property BitmapCacheable As Boolean
'UsageDim instance As Drawing Dim value As Boolean instance.BitmapCacheable = value value = instance.BitmapCacheable
public bool BitmapCacheable {get; set;}
Property Value
true if the painting bitmap is cacheable; otherwise, false.