RotationEffect

RotationEffect class

表示效果的旋转行为。

public class RotationEffect : Behavior, IRotationEffect

构造函数

姓名描述
RotationEffect()默认构造函数。

特性

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

也可以看看