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
| Name | Type | Access | Description |
|---|---|---|---|
blur_radius | float | Read/Write | Blur radius, in points. |
direction | float | Read/Write | Direction of the shadow, in degrees. |
distance | float | Read/Write | Distance of the shadow from the object, in points. |
shadow_color | IColorFormat | Read | Color of the shadow. |
rectangle_align | RectangleAlignment | Read/Write | Rectangle alignment. |
skew_horizontal | float | Read/Write | Horizontal skew angle, in degrees. |
skew_vertical | float | Read/Write | Vertical skew angle, in degrees. |
rotate_shadow_with_shape | bool | Read/Write | Indicates whether the shadow rotates together with the shape. |
scale_horizontal | float | Read/Write | Horizontal scaling factor, in percent of the original size. |
scale_vertical | float | Read/Write | Vertical scaling factor, in percent of the original size. |
as_i_image_transform_operation | IImageTransformOperation | Read | Gets the as i image transform operation. |