OuterShadow class

OuterShadow class

Represents an Outer Shadow effect.

The OuterShadow type exposes the following members:

Properties

PropertyDescription
blur_radiusBlur radius.
Read/write float.
directionDirection of shadow.
Read/write float.
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.

Methods

MethodDescription
get_effectiveGets effective Outer Shadow effect data with the inheritance applied.

See Also