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


In This Topic
    FillOverlayEffect Class
    In This Topic
    Represents a fill overlay effect. A fill overlay can be used to specify an additional fill for an object and blend the two fills together. This class cannot be inherited.
    Syntax
    'Declaration
     
    
    Public NotInheritable Class FillOverlayEffect 
       Inherits Effect
       Implements GrapeCity.Spreadsheet.ICloneable(Of Effect) 
    'Usage
     
    
    Dim instance As FillOverlayEffect
    public sealed class FillOverlayEffect : Effect, GrapeCity.Spreadsheet.ICloneable<Effect>  
    Inheritance Hierarchy

    System.Object
       GrapeCity.Drawing.Effects.Effect
          GrapeCity.Drawing.Effects.FillOverlayEffect

    See Also