Behavior Class

Represent base class behavior of effect.
Inheritance Hierarchy
SystemObject
  Aspose.Slides.AnimationBehavior
    More...

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

The Behavior type exposes the following members.

Constructors
  NameDescription
Protected methodBehavior
Initializes a new instance of the Behavior class
Properties
  NameDescription
Public propertyAccumulate
Represents whether animation behaviors are accumulated. Read/write NullableBool.
Public propertyAdditive
Represents whether the current animation behavior is combined with other running animations. Read/write BehaviorAdditiveType.
Public propertyProperties
Represents properties of behavior. Read-only IBehaviorPropertyCollection.
Public propertyTiming
Represents timing properties for the effect behavior. Read/write ITiming.
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
Inheritance Hierarchy