OuterShadow

OuterShadow class

Represents an Outer Shadow effect.

The OuterShadow type exposes the following members:

Properties

NameDescription
blur_radiusBlur radius.
Read/write float.
directionDirection of shadow.
Read/write
distanceDistance of shadow.
Read/write float.
shadow_colorColor of shadow.
Read-only IColorFormat.
rectangle_alignRectangle alignment.
Read/write RectangleAlignment.
skew_horizontalSpecifies the horizontal skew angle (in degrees).
Read/write float.
skew_verticalSpecifies the vertical skew angle (in degrees).
Read/write float.
rotate_shadow_with_shapeSpecifies whether the shadow should rotate with the shape if the shape is rotated.
Read/write bool.
scale_horizontalSpecifies the horizontal scaling factor, negative scaling causes a flip.
Read/write float.
scale_verticalSpecifies the vertical scaling factor, negative scaling causes a flip.
Read/write float.
as_i_image_transform_operationAllows to get base IImageTransformOperation interface.
Read-only IImageTransformOperation.

Methods

NameDescription
get_effective()Gets effective Outer Shadow effect data with the inheritance applied.

See Also