Table of Contents

Class ExcelDrawingReflectionEffect

Namespace
OfficeOpenXml.Drawing.Style.Effect
Assembly
EPPlus.dll

The reflection effect

public class ExcelDrawingReflectionEffect : ExcelDrawingShadowEffectBase
Inheritance
ExcelDrawingReflectionEffect
Inherited Members

Properties

Alignment

Alignment

public eRectangleAlignment Alignment { get; set; }

Property Value

eRectangleAlignment

BlurRadius

The blur radius.

public double? BlurRadius { get; set; }

Property Value

double?

Direction

The direction to offset the shadow

public double? Direction { get; set; }

Property Value

double?

EndOpacity

The ending reflection opacity

public double? EndOpacity { get; set; }

Property Value

double?

EndPosition

The end position along the alpha gradient ramp of the alpha value.

public double? EndPosition { get; set; }

Property Value

double?

FadeDirection

The direction to offset the reflection

public double? FadeDirection { get; set; }

Property Value

double?

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

StartOpacity

The starting reflection opacity

public double? StartOpacity { get; set; }

Property Value

double?

StartPosition

The start position along the alpha gradient ramp of the alpha value.

public double? StartPosition { get; set; }

Property Value

double?

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?