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
BlurRadius
The blur radius.
public double? BlurRadius { get; set; }
Property Value
Direction
The direction to offset the shadow
public double? Direction { get; set; }
Property Value
EndOpacity
The ending reflection opacity
public double? EndOpacity { get; set; }
Property Value
EndPosition
The end position along the alpha gradient ramp of the alpha value.
public double? EndPosition { get; set; }
Property Value
FadeDirection
The direction to offset the reflection
public double? FadeDirection { get; set; }
Property Value
HorizontalScalingFactor
Horizontal scaling factor in percentage . A negative value causes a flip.
public double? HorizontalScalingFactor { get; set; }
Property Value
HorizontalSkewAngle
Horizontal skew angle. Ranges from -90 to 90 degrees
public double? HorizontalSkewAngle { get; set; }
Property Value
RotateWithShape
If the shadow rotates with the shape
public bool RotateWithShape { get; set; }
Property Value
StartOpacity
The starting reflection opacity
public double? StartOpacity { get; set; }
Property Value
StartPosition
The start position along the alpha gradient ramp of the alpha value.
public double? StartPosition { get; set; }
Property Value
VerticalScalingFactor
Vertical scaling factor in percentage . A negative value causes a flip.
public double? VerticalScalingFactor { get; set; }
Property Value
VerticalSkewAngle
Vertical skew angle. Ranges from -90 to 90 degrees
public double? VerticalSkewAngle { get; set; }