Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing.Effects Namespace / Effect Class
Members


In This Topic
    Effect Class
    In This Topic
    Represents the base class for effect which is applied to the shape by the rendering engine.
    Syntax
    'Declaration
     
    
    Public MustInherit Class Effect 
       Implements GrapeCity.CalcEngine.ICloneable(Of Effect) 
    'Usage
     
    
    Dim instance As Effect
    public abstract class Effect : GrapeCity.CalcEngine.ICloneable<Effect>  
    Inheritance Hierarchy
    See Also