Class ExcelDrawingShadowEffect
The shadow effect applied to a drawing
Inheritance
ExcelDrawingShadowEffect
Inherited Members
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()