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