OuterShadow
Overview
OuterShadow is a class in Aspose.Slides FOSS for Python.
Inherits from: IOuterShadow, IImageTransformOperation.
Represents an Outer Shadow effect.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
blur_radius | float | Read | Blur radius, in points. |
direction | float | Read | Direction of the shadow, in degrees. |
distance | float | Read | Distance of the shadow from the object, in points. |
shadow_color | IColorFormat | Read | Color of the shadow. |
rectangle_align | RectangleAlignment | Read | Rectangle alignment. |
skew_horizontal | float | Read | Horizontal skew angle, in degrees. |
skew_vertical | float | Read | Vertical skew angle, in degrees. |
rotate_shadow_with_shape | bool | Read | Indicates whether the shadow rotates together with the shape. |
scale_horizontal | float | Read | Horizontal scaling factor, in percent of the original size. |
scale_vertical | float | Read | Vertical scaling factor, in percent of the original size. |
as_i_image_transform_operation | IImageTransformOperation | Read | Provides the shadow as an IImageTransformOperation |