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


In This Topic
    ReflectionEffect Class
    In This Topic
    Represents a reflection effect.
    Syntax
    'Declaration
     
    
    Public NotInheritable Class ReflectionEffect 
       Inherits OuterShadowEffect
       Implements GrapeCity.CalcEngine.ICloneable(Of Effect) 
    'Usage
     
    
    Dim instance As ReflectionEffect
    public sealed class ReflectionEffect : OuterShadowEffect, GrapeCity.CalcEngine.ICloneable<Effect>  
    Inheritance Hierarchy

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

    See Also