Reflection
Overview
Reflection is a class in Aspose.Slides FOSS for Python.
Inherits from: IReflection, IImageTransformOperation.
Represents a Reflection effect.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
start_pos_alpha | float | Read | Specifies the start position (along the alpha gradient ramp) of the start alpha value (percents). |
end_pos_alpha | float | Read | Specifies the end position (along the alpha gradient ramp) of the end alpha value (percents). |
fade_direction | float | Read | Specifies the direction to offset the reflection. |
start_reflection_opacity | float | Read | Starting reflection opacity. |
end_reflection_opacity | float | Read | End reflection opacity. |
blur_radius | float | Read | Blur radius. |
direction | float | Read | Direction of reflection. |
distance | float | Read | Distance of reflection. |
rectangle_align | RectangleAlignment | Read | Rectangle alignment. |
skew_horizontal | float | Read | Specifies the horizontal skew angle. |
skew_vertical | float | Read | Specifies the vertical skew angle. |
rotate_shadow_with_shape | bool | Read | Specifies whether the reflection should rotate with the shape if the shape is rotated. |
scale_horizontal | float | Read | Specifies the horizontal scaling factor, negative scaling causes a flip. |
scale_vertical | float | Read | Specifies the vertical scaling factor, negative scaling causes a flip. |
as_i_image_transform_operation | IImageTransformOperation | Read |