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


SoftEdgeEffect Class
Represents a soft edge effect. The edges of the shape are blurred, while the fill is not affected. This class cannot be inherited.
Syntax
'Declaration
 
Public NotInheritable Class SoftEdgeEffect 
   Inherits Effect
   Implements GrapeCity.Spreadsheet.ICloneable(Of Effect) 
 
'Usage
 
Dim instance As SoftEdgeEffect
Inheritance Hierarchy

System.Object
   GrapeCity.Drawing.Effects.Effect
      GrapeCity.Drawing.Effects.SoftEdgeEffect

See Also