IOuterShadow class

IOuterShadow class

Represents an Outer Shadow effect.

The IOuterShadow type exposes the following members:

Properties

PropertyDescription
blur_radiusBlur radius, in points.
Default value – 0 pt.
Read/write float.
directionDirection of the shadow, in degrees.
Default value – 0 ° (left-to-right).
Read/write float.
distanceDistance of the shadow from the object, in points.
Default value – 0 pt.
Read/write float.
shadow_colorColor of the shadow.
Default value – automatic black (theme-dependent).
Read-only IColorFormat.
rectangle_alignRectangle alignment.
Default value – RectangleAlignment.BOTTOM.
Read/write RectangleAlignment.
skew_horizontalHorizontal skew angle, in degrees.
Default value – 0 °.
Read/write float.
skew_verticalVertical skew angle, in degrees.
Default value – 0 °.
Read/write float.
rotate_shadow_with_shapeIndicates whether the shadow rotates together with the shape.
Default value – true.
Read/write bool.
scale_horizontalHorizontal scaling factor, in percent of the original size.
Negative scaling causes a flip.
Default value – 100 %.
Read/write float.
scale_verticalVertical scaling factor, in percent of the original size.
Negative scaling causes a flip.
Default value – 100 %.
Read/write float.

Methods

MethodDescription
get_effective

See Also