PropertyEffect

PropertyEffect class

表示属性特效行为。

public class PropertyEffect : Behavior, IPropertyEffect

构造函数

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

属性

名称描述
Accumulate { get; set; }表示动画行为是否被累积。可读写 NullableBool
Additive { get; set; }表示当前动画行为是否与其他正在运行的动画结合。可读写 BehaviorAdditiveType
By { get; set; }指定动画开始前相对于其位置的相对偏移值。可读写 String。
CalcMode { get; set; }指定动画的插值模式。可读写 PropertyCalcModeType
From { get; set; }指定动画的起始值。可读写 String。
Points { get; set; }指定动画的关键点。可读写 IPointCollection
Properties { get; }表示行为的属性。只读 IBehaviorPropertyCollection
Timing { get; set; }表示特效行为的时序属性。可读写 ITiming
To { get; set; }指定动画的结束值。可读写 String。
ValueType { get; set; }指定属性值的类型。可读写 PropertyValueType

参见