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


In This Topic
    GlowEffect Class
    In This Topic
    Represents a glow effect, in which a color blurred outline is added outside the edges of the object.
    Syntax
    'Declaration
     
    
    Public NotInheritable Class GlowEffect 
       Inherits Effect
       Implements GrapeCity.CalcEngine.ICloneable(Of Effect) 
    'Usage
     
    
    Dim instance As GlowEffect
    public sealed class GlowEffect : Effect, GrapeCity.CalcEngine.ICloneable<Effect>  
    Inheritance Hierarchy

    System.Object
       GrapeCity.Drawing.Effects.Effect
          GrapeCity.Drawing.Effects.GlowEffect

    See Also