Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / Drawing Class / EffectSupported Property


In This Topic
    EffectSupported Property
    In This Topic
    Gets or sets a value indicating whether the painting bitmap is cacheable.
    Syntax
    '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.
    See Also