ReflectionFormat
Overview
ReflectionFormat is a class in Aspose.Words FOSS for .NET.
Represents the reflection formatting for an object.
This class provides 1 method for working with ReflectionFormat objects in .NET programs.
Available methods include: Remove.
All public members are accessible to any .NET application after installing the Aspose.Words FOSS for .NET package.
Properties: Blur, Distance, Size, Transparency.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Blur | double | Read/Write | Gets or sets a double value that specifies the degree of blur effect applied to the reflection effect in points. |
Distance | double | Read/Write | Gets or sets a double value that specifies the amount of separation of the reflected image from the object in points. |
Size | double | Read/Write | Gets or sets a double value between 0.0 and 1.0 representing the size of the reflection as a percentage of the reflected object. |
Transparency | double | Read/Write | Gets or sets a double value between 0.0 (opaque) and 1.0 (clear) representing the degree of transparency for the reflection effect. |
Methods
| Signature | Description |
|---|---|
Remove() | Removes ReflectionFormat from the parent object. |