Table of Contents

Class ExcelDrawingFillOverlayEffect

Namespace
OfficeOpenXml.Drawing.Style.Effect
Assembly
EPPlus.dll

The fill overlay effect. A fill overlay can be used to specify an additional fill for a drawing and blend the two together.

public class ExcelDrawingFillOverlayEffect : ExcelDrawingEffectBase
Inheritance
ExcelDrawingFillOverlayEffect
Inherited Members

Properties

Blend

How to blend the overlay Default is Over

public eBlendMode Blend { get; set; }

Property Value

eBlendMode

Fill

The fill to blend with

public ExcelDrawingFill Fill { get; }

Property Value

ExcelDrawingFill

Methods

Create()

Creates a fill overlay with BlendMode = Over

public void Create()

Remove()

Removes any fill overlay

public void Remove()