RotationEffect

RotationEffect class

Represent rotation behavior of effect.

The RotationEffect type exposes the following members:

Constructors

NameDescription
RotationEffect()Initializes a new instance of the RotationEffect class

Properties

NameDescription
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
toDescribes the ending value for the animation.
Read/write
byDescribes the relative offset value for the animation.
Read/write
as_i_behaviorAllows to get base IBehavior interface.
Read-only IBehavior.

See Also