RotationEffect

RotationEffect 类

表示效果的旋转行为。

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。

另见