IBehavior

IBehavior interface

表示效果的基类行为。

public interface IBehavior

特性

姓名描述
Accumulate { get; set; }表示是否累积动画行为。 读/写NullableBool
Additive { get; set; }表示当前动画行为是否与其他运行动画相结合。 读/写BehaviorAdditiveType
Properties { get; }表示行为的属性。 只读IBehaviorPropertyCollection
Timing { get; set; }表示效果行为的时序属性。 读/写ITiming

也可以看看