Class ExcelDrawingOuterShadowEffect
The outer shadow effect. A shadow is applied outside the edges of the drawing.
Inheritance
ExcelDrawingOuterShadowEffect
Inherited Members
Namespace: OfficeOpenXml.Drawing.Style.Effect
Assembly: EPPlus.dll
Syntax
public class ExcelDrawingOuterShadowEffect : ExcelDrawingInnerShadowEffect
Properties
Alignment
The shadow alignment
Declaration
public eRectangleAlignment Alignment { get; set; }
Property Value
| Type | Description |
|---|---|
| eRectangleAlignment |
HorizontalScalingFactor
Horizontal scaling factor in percentage. A negative value causes a flip.
Declaration
public double HorizontalScalingFactor { get; set; }
Property Value
| Type | Description |
|---|---|
| double |
HorizontalSkewAngle
Horizontal skew angle. Ranges from -90 to 90 degrees
Declaration
public double HorizontalSkewAngle { get; set; }
Property Value
| Type | Description |
|---|---|
| double |
RotateWithShape
If the shadow rotates with the shape
Declaration
public bool RotateWithShape { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
VerticalScalingFactor
Vertical scaling factor in percentage. A negative value causes a flip.
Declaration
public double VerticalScalingFactor { get; set; }
Property Value
| Type | Description |
|---|---|
| double |
VerticalSkewAngle
Vertical skew angle. Ranges from -90 to 90 degrees
Declaration
public double VerticalSkewAngle { get; set; }
Property Value
| Type | Description |
|---|---|
| double |