Class ReflectionEffect

Class ReflectionEffect

Namespace: Aspose.Cells.Drawing
Assembly: Aspose.Cells.dll (25.2.0)

This class specifies a reflection effect.

public class ReflectionEffect

Inheritance

objectReflectionEffect

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

double

Direction

Gets and sets the direction of the alpha gradient ramp relative to the shape itself.

public double Direction { get; set; }

Property Value

double

Distance

Gets and sets how far to distance the shadow,in unit of points.

public double Distance { get; set; }

Property Value

double

FadeDirection

Gets and sets the direction to offset the reflection.

public double FadeDirection { get; set; }

Property Value

double

RotWithShape

Gets and sets if the reflection should rotate with the shape.

public bool RotWithShape { get; set; }

Property Value

bool

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

double

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

double

Type

Gets and sets the preset reflection effect.

public ReflectionEffectType Type { get; set; }

Property Value

ReflectionEffectType