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

也可以看看