IMotionEffect

IMotionEffect 接口

表示效果的运动效果行为。

public interface IMotionEffect : IBehavior  

属性

名称描述
Angle { get; set; }描述运动路径的相对角度。可读写 Single。
AsIBehavior { get; }允许获取基础 IBehavior 接口。只读 IBehavior
By { get; set; }描述动画的相对偏移值(以百分比表示)。可读写 PointF。
From { get; set; }指定从哪个 x/y 坐标开始动画(以百分比表示)。可读写 PointF。
Origin { get; set; }指定运动路径的原点相对于幻灯片的布局或父级的位置。可读写 MotionOriginType
Path { get; set; }指定动画运动所跟随的路径原始坐标。可读写 IMotionPath
PathEditMode { get; set; }指定当形状移动时运动路径的移动方式。可读写 MotionPathEditMode
RotationCenter { get; set; }描述用于绕 X 角度旋转运动路径的旋转中心。可读写 PointF。
To { get; set; }指定动画运动效果的目标位置(以百分比表示)。可读写 PointF。

另见