Shape.ShadowEffect

Shape.ShadowEffect property

Represents a ShadowEffect object that specifies shadow effect for the chart element or shape.

public ShadowEffect ShadowEffect { get; }

Examples


[C#]
Aspose.Cells.Drawing.ShadowEffect shadowEffect = shape.ShadowEffect;

See Also