Table of Contents

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

eRectangleAlignment

HorizontalScalingFactor

Horizontal scaling factor in percentage. A negative value causes a flip.

public double HorizontalScalingFactor { get; set; }

Property Value

double

HorizontalSkewAngle

Horizontal skew angle. Ranges from -90 to 90 degrees

public double HorizontalSkewAngle { get; set; }

Property Value

double

RotateWithShape

If the shadow rotates with the shape

public bool RotateWithShape { get; set; }

Property Value

bool

VerticalScalingFactor

Vertical scaling factor in percentage. A negative value causes a flip.

public double VerticalScalingFactor { get; set; }

Property Value

double

VerticalSkewAngle

Vertical skew angle. Ranges from -90 to 90 degrees

public double VerticalSkewAngle { get; set; }

Property Value

double