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


GlowEffect Class
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
Inheritance Hierarchy

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

See Also