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