IOuterShadowEffectiveData class

IOuterShadowEffectiveData class

Immutable object which represents an Outer Shadow effect.

The IOuterShadowEffectiveData type exposes the following members:

Properties

PropertyDescription
blur_radiusBlur radius.
Read-only float.
directionDirection of shadow.
Read-only float.
distanceDistance of shadow.
Read-only float.
shadow_colorColor of shadow.
Read-only aspose.pydrawing.Color.
rectangle_alignRectangle alignment.
Read-only RectangleAlignment.
skew_horizontalSpecifies the horizontal skew angle (in degrees).
Read-only float.
skew_verticalSpecifies the vertical skew angle (in degrees).
Read-only float.
rotate_shadow_with_shapeSpecifies whether the shadow should rotate with the shape if the shape is rotated.
Read-only bool.
scale_horizontalSpecifies the horizontal scaling factor, negative scaling causes a flip.
Read-only float.
scale_verticalSpecifies the vertical scaling factor, negative scaling causes a flip.
Read-only float.

See Also