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