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

NameTypeAccessDescription
start_pos_alphafloatRead/WriteSpecifies the start position (along the alpha gradient ramp) of the start alpha value (percents).
end_pos_alphafloatRead/WriteSpecifies the end position (along the alpha gradient ramp) of the end alpha value (percents).
fade_directionfloatRead/WriteSpecifies the direction to offset the reflection.
start_reflection_opacityfloatRead/WriteStarting reflection opacity.
end_reflection_opacityfloatRead/WriteEnd reflection opacity.
blur_radiusfloatRead/WriteBlur radius.
directionfloatRead/WriteDirection of reflection.
distancefloatRead/WriteDistance of reflection.
rectangle_alignRectangleAlignmentRead/WriteRectangle alignment.
skew_horizontalfloatRead/WriteSpecifies the horizontal skew angle.
skew_verticalfloatRead/WriteSpecifies the vertical skew angle.
rotate_shadow_with_shapeboolRead/WriteSpecifies whether the reflection should rotate with the shape if the shape is rotated.
scale_horizontalfloatRead/WriteSpecifies the horizontal scaling factor, negative scaling causes a flip.
scale_verticalfloatRead/WriteSpecifies the vertical scaling factor, negative scaling causes a flip.
as_i_image_transform_operationIImageTransformOperationReadGets the as i image transform operation.

See Also