Class ExcelDrawingShadowEffect
The shadow effect applied to a drawing
Inheritance
System.Object
    
    
    
    ExcelDrawingShadowEffect
      
      
  Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.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 | 
|---|---|
| System.Nullable<System.Double> | 
Methods
InitXml()
Inizialize the xml
Declaration
protected void InitXml()