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