Class ReflectionEffect
Namespace: Aspose.Cells.Drawing
Assembly: Aspose.Cells.dll (25.2.0)
This class specifies a reflection effect.
public class ReflectionEffect
Inheritance
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Properties
Blur
Gets and sets the blur radius,in unit of points.
public double Blur { get; set; }
Property Value
Direction
Gets and sets the direction of the alpha gradient ramp relative to the shape itself.
public double Direction { get; set; }
Property Value
Distance
Gets and sets how far to distance the shadow,in unit of points.
public double Distance { get; set; }
Property Value
FadeDirection
Gets and sets the direction to offset the reflection.
public double FadeDirection { get; set; }
Property Value
RotWithShape
Gets and sets if the reflection should rotate with the shape.
public bool RotWithShape { get; set; }
Property Value
Size
Gets and sets the end position (along the alpha gradient ramp) of the end alpha value,in unit of percentage
public double Size { get; set; }
Property Value
Transparency
Gets and sets the degree of the starting reflection transparency as a value from 0.0 (opaque) through 1.0 (clear).
public double Transparency { get; set; }
Property Value
Type
Gets and sets the preset reflection effect.
public ReflectionEffectType Type { get; set; }