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


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

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

    See Also