IRotationEffect Interface

Represent rotation behavior of effect.

Namespace:  Aspose.Slides.Animation
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public interface IRotationEffect : IBehavior

The IRotationEffect type exposes the following members.

Properties
  NameDescription
Public propertyAccumulate
Represents whether animation behaviors are accumulated. Read/write NullableBool.
(Inherited from IBehavior.)
Public propertyAdditive
Represents whether the current animation behavior is combined with other running animations. Read/write BehaviorAdditiveType.
(Inherited from IBehavior.)
Public propertyAsIBehavior
Allows to get base IBehavior interface. Read-only IBehavior.
Public propertyBy
Describes the relative offset value for the animation. Read/write Single.
Public propertyFrom
Describes the starting value for the animation. Read/write Single.
Public propertyProperties
Represents properties of behavior. Read-only IBehaviorPropertyCollection.
(Inherited from IBehavior.)
Public propertyTiming
Represents timing properties for the effect behavior. Read/write ITiming.
(Inherited from IBehavior.)
Public propertyTo
Describes the ending value for the animation. Read/write Single.
See Also