Spread Windows Forms 15.0
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. This class is abstract (MustInherit in Visual Basic) and so cannot be instantiated.
    Syntax
    'Declaration
     
    
    Public MustInherit Class Effect 
       Implements GrapeCity.Spreadsheet.ICloneable(Of Effect) 
    'Usage
     
    
    Dim instance As Effect
    public abstract class Effect : GrapeCity.Spreadsheet.ICloneable<Effect>  
    Inheritance Hierarchy
    See Also