Class ExcelDrawingReflectionEffect
The reflection effect
Inheritance
ExcelDrawingReflectionEffect
Inherited Members
Namespace: OfficeOpenXml.Drawing.Style.Effect
Assembly: EPPlus.dll
Syntax
public class ExcelDrawingReflectionEffect : ExcelDrawingShadowEffectBase
Properties
Alignment
Alignment
Declaration
public eRectangleAlignment Alignment { get; set; }
Property Value
| Type | Description |
|---|---|
| eRectangleAlignment |
BlurRadius
The blur radius.
Declaration
public double? BlurRadius { get; set; }
Property Value
| Type | Description |
|---|---|
| double? |
Direction
The direction to offset the shadow
Declaration
public double? Direction { get; set; }
Property Value
| Type | Description |
|---|---|
| double? |
EndOpacity
The ending reflection opacity
Declaration
public double? EndOpacity { get; set; }
Property Value
| Type | Description |
|---|---|
| double? |
EndPosition
The end position along the alpha gradient ramp of the alpha value.
Declaration
public double? EndPosition { get; set; }
Property Value
| Type | Description |
|---|---|
| double? |
FadeDirection
The direction to offset the reflection
Declaration
public double? FadeDirection { get; set; }
Property Value
| Type | Description |
|---|---|
| double? |
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 |
|---|---|
| bool |
StartOpacity
The starting reflection opacity
Declaration
public double? StartOpacity { get; set; }
Property Value
| Type | Description |
|---|---|
| double? |
StartPosition
The start position along the alpha gradient ramp of the alpha value.
Declaration
public double? StartPosition { get; set; }
Property Value
| Type | Description |
|---|---|
| double? |
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? |