Show / Hide Table of Contents

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.

Inheritance
Object
XmlHelper
ExcelDrawingEffectBase
ExcelDrawingFillOverlayEffect
Inherited Members
ExcelDrawingEffectBase.Delete()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
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()
In this article
Back to top Generated by DocFX