Shape.Glow

Shape.Glow property

Represents a GlowEffect object that specifies glow effect for the chart element or shape.

public GlowEffect Glow { get; }

Examples


[C#]
Aspose.Cells.Drawing.GlowEffect glowEffect = shape.Glow;

See Also