Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing.Effects Namespace / InnerShadowEffect Class
Members


InnerShadowEffect Class
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.Spreadsheet.ICloneable(Of Effect) 
 
'Usage
 
Dim instance As InnerShadowEffect
Inheritance Hierarchy

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

See Also