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


In This Topic
    InnerShadowEffect Class
    In This Topic
    Represents an inner shadow effect. A shadow is applied within the edges of the object according to the parameters given by the attributes.
    Syntax
    'Declaration
     
    
    Public Class InnerShadowEffect 
       Inherits Effect
       Implements GrapeCity.CalcEngine.ICloneable(Of Effect) 
    'Usage
     
    
    Dim instance As InnerShadowEffect
    public class InnerShadowEffect : Effect, GrapeCity.CalcEngine.ICloneable<Effect>  
    Inheritance Hierarchy

    System.Object
       GrapeCity.Drawing.Effects.Effect
          GrapeCity.Drawing.Effects.InnerShadowEffect
             GrapeCity.Drawing.Effects.OuterShadowEffect

    See Also