Class ExcelDrawingFillOverlayEffect
The fill overlay effect. A fill overlay can be used to specify an additional fill for a drawing and blend the two together.
Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: OfficeOpenXml.Drawing.Style.Effect
Assembly: EPPlus.dll
Syntax
public class ExcelDrawingFillOverlayEffect : ExcelDrawingEffectBase
  Properties
Blend
How to blend the overlay Default is Over
Declaration
public eBlendMode Blend { get; set; }
  Property Value
| Type | Description | 
|---|---|
| eBlendMode | 
Fill
The fill to blend with
Declaration
public ExcelDrawingFill Fill { get; }
  Property Value
| Type | Description | 
|---|---|
| ExcelDrawingFill | 
Methods
Create()
Creates a fill overlay with BlendMode = Over
Declaration
public void Create()
  Remove()
Removes any fill overlay
Declaration
public void Remove()