Class ExcelDrawingShadowEffect
- Namespace
- OfficeOpenXml.Drawing.Style.Effect
- Assembly
- EPPlus.dll
The shadow effect applied to a drawing
public abstract class ExcelDrawingShadowEffect : ExcelDrawingShadowEffectBase
- Inheritance
-
ExcelDrawingShadowEffect
- Derived
- Inherited Members
Properties
Color
The color of the shadow effect
public ExcelDrawingColorManager Color { get; }
Property Value
Direction
The direction angle to offset the shadow. Ranges from 0 to 360
public double? Direction { get; set; }
Property Value
Methods
InitXml()
Inizialize the xml
protected void InitXml()