RotationEffect class

RotationEffect class

Represent rotation behavior of effect.

Inheritance:RotationEffectBehavior

The RotationEffect type exposes the following members:

Constructors

ConstructorDescription
__init__Creates new instance.

Properties

PropertyDescription
accumulateRepresents whether animation behaviors are accumulated.
Read/write NullableBool.
additiveRepresents whether the current animation behavior is combined with other running animations.
Read/write BehaviorAdditiveType.
propertiesRepresents properties of behavior.
Read-only IBehaviorPropertyCollection.
timingRepresents timing properties for the effect behavior.
Read/write ITiming.
from_addressDescribes the starting value for the animation.
Read/write float.
toDescribes the ending value for the animation.
Read/write float.
byDescribes the relative offset value for the animation.
Read/write float.

See Also