OuterShadow

Overview

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

Represents an Outer Shadow effect.

Properties

NameTypeAccessDescription
blur_radiusfloatReadBlur radius, in points.
directionfloatReadDirection of the shadow, in degrees.
distancefloatReadDistance of the shadow from the object, in points.
shadow_colorIColorFormatReadColor of the shadow.
rectangle_alignRectangleAlignmentReadRectangle alignment.
skew_horizontalfloatReadHorizontal skew angle, in degrees.
skew_verticalfloatReadVertical skew angle, in degrees.
rotate_shadow_with_shapeboolReadIndicates whether the shadow rotates together with the shape.
scale_horizontalfloatReadHorizontal scaling factor, in percent of the original size.
scale_verticalfloatReadVertical scaling factor, in percent of the original size.
as_i_image_transform_operationIImageTransformOperationReadProvides the shadow as an IImageTransformOperation

See Also