Show / Hide Table of Contents

Class ExcelDrawingOuterShadowEffect

The outer shadow effect. A shadow is applied outside the edges of the drawing.

Inheritance
System.Object
XmlHelper
ExcelDrawingEffectBase
ExcelDrawingShadowEffectBase
ExcelDrawingShadowEffect
ExcelDrawingInnerShadowEffect
ExcelDrawingOuterShadowEffect
Inherited Members
ExcelDrawingInnerShadowEffect.BlurRadius
ExcelDrawingShadowEffect.Color
ExcelDrawingShadowEffect.Direction
ExcelDrawingShadowEffect.InitXml()
ExcelDrawingShadowEffectBase.Distance
ExcelDrawingEffectBase.Delete()
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 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
System.Double

HorizontalSkewAngle

Horizontal skew angle. Ranges from -90 to 90 degrees

Declaration
public double HorizontalSkewAngle { get; set; }
Property Value
Type Description
System.Double

RotateWithShape

If the shadow rotates with the shape

Declaration
public bool RotateWithShape { get; set; }
Property Value
Type Description
System.Boolean

VerticalScalingFactor

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

Declaration
public double VerticalScalingFactor { get; set; }
Property Value
Type Description
System.Double

VerticalSkewAngle

Vertical skew angle. Ranges from -90 to 90 degrees

Declaration
public double VerticalSkewAngle { get; set; }
Property Value
Type Description
System.Double
Back to top Generated by DocFX