Spread Windows Forms 15.0
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. This class cannot be inherited.
    Syntax
    'Declaration
     
    
    Public NotInheritable Class GlowEffect 
       Inherits Effect
       Implements GrapeCity.Spreadsheet.ICloneable(Of Effect) 
    'Usage
     
    
    Dim instance As GlowEffect
    public sealed class GlowEffect : Effect, GrapeCity.Spreadsheet.ICloneable<Effect>  
    Inheritance Hierarchy

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

    See Also