Working with the Reflection Effect of Shape or Chart
Contents
[
Hide
]
Possible Usage Scenarios
Aspose.Cells provides the Shape.ReflectionEffect property to work with the reflection effect of shape or chart. It contains the following sub-properties which you can set to achieve different results as per your requirements.
- ReflectionEffect.Blur
- ReflectionEffect.Direction
- ReflectionEffect.Distance
- ReflectionEffect.FadeDirection
- ReflectionEffect.RotWithShape
- ReflectionEffect.Size
- ReflectionEffect.Transparency
- ReflectionEffect.Type
The following screenshot shows the Microsoft Excel interface to set the Reflection Effect of Shape.
Working with the Reflection Effect of Shape or Chart
The following sample code loads the source excel file and accesses the first shape in the first worksheet and sets the sub-properties of Shape.ReflectionEffect property and then saves the workbook in the output excel file.
Sample Code