Show / Hide Table of Contents

Class ExcelDrawingShadowEffect

The shadow effect applied to a drawing

Inheritance
object
XmlHelper
ExcelDrawingEffectBase
ExcelDrawingShadowEffectBase
ExcelDrawingShadowEffect
ExcelDrawingInnerShadowEffect
ExcelDrawingPresetShadowEffect
Inherited Members
ExcelDrawingShadowEffectBase.Distance
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 abstract class ExcelDrawingShadowEffect : ExcelDrawingShadowEffectBase

Properties

Color

The color of the shadow effect

Declaration
public ExcelDrawingColorManager Color { get; }
Property Value
Type Description
ExcelDrawingColorManager

Direction

The direction angle to offset the shadow. Ranges from 0 to 360

Declaration
public double? Direction { get; set; }
Property Value
Type Description
double?

Methods

InitXml()

Inizialize the xml

Declaration
protected void InitXml()
In this article
Back to top Generated by DocFX