Aspose::Cells::Drawing::Shape::GetShadowEffect method

Shape::GetShadowEffect method

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

ShadowEffect Aspose::Cells::Drawing::Shape::GetShadowEffect()

Examples

ShadowEffect shadowEffect = shape.GetShadowEffect();

See Also