IRotationEffect

IRotationEffect interface

Represent rotation behavior of effect.

public interface IRotationEffect : IBehavior

Properties

NameDescription
AsIBehavior { get; }Allows to get base IBehavior interface. Read-only IBehavior.
By { get; set; }Describes the relative offset value for the animation. Read/write Single.
From { get; set; }Describes the starting value for the animation. Read/write Single.
To { get; set; }Describes the ending value for the animation. Read/write Single.

See Also