Class ExcelDrawingOuterShadowEffect
The outer shadow effect. A shadow is applied outside the edges of the drawing.
Inheritance
Object
ExcelDrawingOuterShadowEffect
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 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 |
|---|---|
| Boolean |
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 |