IReflectionEffectiveData class

IReflectionEffectiveData class

Immutable object which represents a Reflection effect.

The IReflectionEffectiveData type exposes the following members:

Properties

PropertyDescription
start_pos_alphaSpecifies the start position (along the alpha gradient ramp) of the start alpha value (percents).
Read-only float.
end_pos_alphaSpecifies the end position (along the alpha gradient ramp) of the end alpha value (percents).
Read-only float.
fade_directionSpecifies the direction to offset the reflection. (angle).
Read-only float.
start_reflection_opacityStarting reflection opacity. (percents).
Read-only float.
end_reflection_opacityEnd reflection opacity. (percents).
Read-only float.
blur_radiusBlur radius.
Read-only float.
directionDirection of reflection.
Read-only float.
distanceDistance of reflection.
Read-only float.
rectangle_alignRectangle alignment.
Read-only RectangleAlignment.
skew_horizontalSpecifies the horizontal skew angle.
Read-only float.
skew_verticalSpecifies the vertical skew angle.
Read-only float.
rotate_shadow_with_shapeSpecifies whether the reflection should rotate with the shape if the shape is rotated.
Read-only bool.
scale_horizontalSpecifies the horizontal scaling factor, negative scaling causes a flip. (percents)
Read-only float.
scale_verticalSpecifies the vertical scaling factor, negative scaling causes a flip. (percents)
Read-only float.

See Also