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; }
Public ReadOnly Property Reflection As IReflectionEffect
Get
public:
virtual property IReflectionEffect^ Reflection {
IReflectionEffect^ get () sealed;
}
abstract Reflection : IReflectionEffect with get
override Reflection : IReflectionEffect with get
Return Value
Type:
IReflectionEffect
An instance of IReflectionEffect representing the reflection properties of the shape.
Implements
IShape
Reflection
See Also