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