Aspose::Words::Drawing::ReflectionFormat class
Contents
[
Hide
]ReflectionFormat class
Represents the reflection formatting for an object.
class ReflectionFormat : public System::Object
Methods
Method | Description |
---|---|
get_Blur() | Gets a double value that specifies the degree of blur effect applied to the reflection effect in points. The default value is 0.0. |
get_Distance() | Gets a double value that specifies the amount of separation of the reflected image from the object in points. The default value is 0.0. |
get_Size() | Gets a double value between 0.0 and 1.0 representing the size of the reflection as a percentage of the reflected object. The default value is 0.0. |
get_Transparency() | Gets a double value between 0.0 (opaque) and 1.0 (clear) representing the degree of transparency for the reflection effect. The default value is 0.0. |
GetType() const override | |
Is(const System::TypeInfo&) const override | |
Remove() | Removes ReflectionFormat from the parent object. |
set_Blur(double) | Sets a double value that specifies the degree of blur effect applied to the reflection effect in points. The default value is 0.0. |
set_Distance(double) | Sets a double value that specifies the amount of separation of the reflected image from the object in points. The default value is 0.0. |
set_Size(double) | Sets a double value between 0.0 and 1.0 representing the size of the reflection as a percentage of the reflected object. The default value is 0.0. |
set_Transparency(double) | Sets a double value between 0.0 (opaque) and 1.0 (clear) representing the degree of transparency for the reflection effect. The default value is 0.0. |
static Type() |
Remarks
Use the Reflection property to access reflection properties of an object. You do not create instances of the ReflectionFormat class directly.
See Also
- Namespace Aspose::Words::Drawing
- Library Aspose.Words for C++