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