Click or drag to resize

XlsShape Reflection Property

Gets the reflection effect applied to the shape.

Namespace: Spire.Xls.Core.Spreadsheet.Shapes
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public IReflectionEffect Reflection { get; }

Return Value

Type: IReflectionEffect
An instance of IReflectionEffect representing the reflection properties of the shape.

Implements

IShape Reflection
See Also