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


In This Topic
    SoftEdgeEffect Class
    In This Topic
    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
    public sealed class SoftEdgeEffect : Effect, GrapeCity.Spreadsheet.ICloneable<Effect>  
    Inheritance Hierarchy

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

    See Also