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