Reflection

Overview

Reflection is a class in Aspose.Slides FOSS for Python. Inherits from: IReflection, IImageTransformOperation.

Represents a Reflection effect.

Properties

NameTypeAccessDescription
start_pos_alphafloatReadSpecifies the start position (along the alpha gradient ramp) of the start alpha value (percents).
end_pos_alphafloatReadSpecifies the end position (along the alpha gradient ramp) of the end alpha value (percents).
fade_directionfloatReadSpecifies the direction to offset the reflection.
start_reflection_opacityfloatReadStarting reflection opacity.
end_reflection_opacityfloatReadEnd reflection opacity.
blur_radiusfloatReadBlur radius.
directionfloatReadDirection of reflection.
distancefloatReadDistance of reflection.
rectangle_alignRectangleAlignmentReadRectangle alignment.
skew_horizontalfloatReadSpecifies the horizontal skew angle.
skew_verticalfloatReadSpecifies the vertical skew angle.
rotate_shadow_with_shapeboolReadSpecifies whether the reflection should rotate with the shape if the shape is rotated.
scale_horizontalfloatReadSpecifies the horizontal scaling factor, negative scaling causes a flip.
scale_verticalfloatReadSpecifies the vertical scaling factor, negative scaling causes a flip.
as_i_image_transform_operationIImageTransformOperationRead

See Also