RotationEffect Class

Represent rotation behavior of effect.
Inheritance Hierarchy

Namespace:  Aspose.Slides.Animation
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public class RotationEffect : Behavior, 
	IRotationEffect, IBehavior

The RotationEffect type exposes the following members.

Constructors
  NameDescription
Public methodRotationEffect
Initializes a new instance of the RotationEffect class
Properties
  NameDescription
Public propertyAccumulate
Represents whether animation behaviors are accumulated. Read/write NullableBool.
(Inherited from Behavior.)
Public propertyAdditive
Represents whether the current animation behavior is combined with other running animations. Read/write BehaviorAdditiveType.
(Inherited from Behavior.)
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 Behavior.)
Public propertyTiming
Represents timing properties for the effect behavior. Read/write ITiming.
(Inherited from Behavior.)
Public propertyTo
Describes the ending value for the animation. Read/write Single.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also