Class ShadowEffect

Class ShadowEffect

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

This class specifies the shadow effect of the chart element or shape.

public class ShadowEffect

Inheritance

objectShadowEffect

Inherited Members

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Properties

Angle

Gets and sets the lighting angle. Range from 0 to 359.9 degrees.

public double Angle { get; set; }

Property Value

double

Blur

Gets and sets the blur of the shadow. Range from 0 to 100 points.

public double Blur { get; set; }

Property Value

double

Color

Gets and sets the color of the shadow.

public CellsColor Color { get; set; }

Property Value

CellsColor

Distance

Gets and sets the distance of the shadow. Range from 0 to 200 points.

public double Distance { get; set; }

Property Value

double

PresetType

Gets and sets the preset shadow type of the shadow.

public PresetShadowType PresetType { get; set; }

Property Value

PresetShadowType

Size

Gets and sets the size of the shadow. Range from 0 to 2.0. Meaningless in inner shadow.

public double Size { get; set; }

Property Value

double

Transparency

Gets and sets the degree of transparency of the shadow. Range from 0.0 (opaque) to 1.0 (clear).

public double Transparency { get; set; }

Property Value

double