IMotionEffect

IMotionEffect interface

Represent motion effect behavior of effect.

public interface IMotionEffect : IBehavior

Properties

NameDescription
Angle { get; set; }Describes the relative angle of the motion path. Read/write Single.
AsIBehavior { get; }Allows to get base IBehavior interface. Read-only IBehavior.
By { get; set; }Describes the relative offset value for the animation (in percents). Read/write PointF.
From { get; set; }Specifies an x/y co-ordinate to start the animation from (in percents). Read/write PointF.
Origin { get; set; }Specifies what the origin of the motion path is relative to such as the layout of the slide, or the parent. Read/write MotionOriginType.
Path { get; set; }Specifies the path primitive followed by coordinates for the animation motion. Read/write IMotionPath.
PathEditMode { get; set; }Specifies how the motion path moves when shape is moved. Read/write MotionPathEditMode.
RotationCenter { get; set; }Describes the center of the rotation used to rotate a motion path by X angle. Read/write PointF.
To { get; set; }Specifies the target location for an animation motion effect (in percents). Read/write PointF.

See Also