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
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
Blur
Gets and sets the blur of the shadow. Range from 0 to 100 points.
public double Blur { get; set; }
Property Value
Color
Gets and sets the color of the shadow.
public CellsColor Color { get; set; }
Property Value
Distance
Gets and sets the distance of the shadow. Range from 0 to 200 points.
public double Distance { get; set; }
Property Value
PresetType
Gets and sets the preset shadow type of the shadow.
public PresetShadowType PresetType { get; set; }
Property Value
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
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; }