Shape.Reflection

Shape.Reflection property

Represents a ReflectionEffect object that specifies reflection effect for the chart element or shape.

public ReflectionEffect Reflection { get; }

Examples


[C#]
Aspose.Cells.Drawing.ReflectionEffect reflectionEffect = shape.Reflection;

See Also