SetEffect

SetEffect 类

表示动画行为的集合效果。

public class SetEffect : Behavior, ISetEffect

构造函数

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

属性

名称描述
Accumulate { get; set; }表示是否累计动画行为。读/写 NullableBool
Additive { get; set; }表示当前动画行为是否与其他正在运行的动画组合。读/写 BehaviorAdditiveType
Properties { get; }表示行为的属性。只读 IBehaviorPropertyCollection
Timing { get; set; }表示效果行为的时间属性。读/写 ITiming
To { get; set; }指定动画效果后的特定属性。表示点值。仅限:bool, ColorFormat, float, int, string。读/写 Object。

另请参阅