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
Nullable<Double>

Methods

InitXml()

Inizialize the xml

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