ScaleEffect

ScaleEffect 类

表示动画缩放效果。

public class ScaleEffect : Behavior, IScaleEffect

构造函数

名称描述
ScaleEffect()默认构造函数。

属性

名称描述
Accumulate { get; set; }表示动画行为是否累积。读/写 NullableBool
Additive { get; set; }表示当前动画行为是否与其他正在运行的动画组合。读/写 BehaviorAdditiveType
By { get; set; }描述动画的相对偏移值(以百分比表示)。读/写 PointF。
From { get; set; }指定动画起始的 x/y 坐标(以百分比表示)。读/写 PointF。
Properties { get; }表示行为的属性。只读 IBehaviorPropertyCollection
Timing { get; set; }表示效果行为的时间属性。读/写 ITiming
To { get; set; }指定动画缩放效果的目标位置(以百分比表示)。读/写 PointF。
ZoomContent { get; set; }确定内容是否应被缩放。读/写 NullableBool

参见