OuterShadow

Overview

OuterShadow is a class in Aspose.Slides FOSS for Python. Inherits from: IOuterShadow, IImageTransformOperation.

Represents an Outer Shadow effect.

Properties: as_i_image_transform_operation, blur_radius, direction, distance, rectangle_align, rotate_shadow_with_shape, and 5 more.

Properties

NameTypeAccessDescription
blur_radiusfloatRead/WriteBlur radius, in points.
directionfloatRead/WriteDirection of the shadow, in degrees.
distancefloatRead/WriteDistance of the shadow from the object, in points.
shadow_colorIColorFormatReadColor of the shadow.
rectangle_alignRectangleAlignmentRead/WriteRectangle alignment.
skew_horizontalfloatRead/WriteHorizontal skew angle, in degrees.
skew_verticalfloatRead/WriteVertical skew angle, in degrees.
rotate_shadow_with_shapeboolRead/WriteIndicates whether the shadow rotates together with the shape.
scale_horizontalfloatRead/WriteHorizontal scaling factor, in percent of the original size.
scale_verticalfloatRead/WriteVertical scaling factor, in percent of the original size.
as_i_image_transform_operationIImageTransformOperationReadGets the as i image transform operation.

See Also