PropertyEffect

PropertyEffect 类

表示属性效果行为。

public class PropertyEffect : Behavior, IPropertyEffect

构造函数

NameDescription
PropertyEffect()默认构造函数。

属性

NameDescription
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

另请参阅