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。

另请参见