BehaviorFactory Class

Allows to create animation effects
Inheritance Hierarchy
SystemObject
  Aspose.Slides.AnimationBehaviorFactory

Namespace:  Aspose.Slides.Animation
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public class BehaviorFactory : IBehaviorFactory

The BehaviorFactory type exposes the following members.

Constructors
  NameDescription
Public methodBehaviorFactory
Initializes a new instance of the BehaviorFactory class
Methods
  NameDescription
Public methodCreateColorEffect
Creates color effect.
Public methodCreateCommandEffect
Creates command effect.
Public methodCreateFilterEffect
Creates filter effect.
Public methodCreateMotionEffect
Creates motion effect.
Public methodCreatePropertyEffect
Creates property effect.
Public methodCreateRotationEffect
Creates rotation effect.
Public methodCreateScaleEffect
Creates scale effect.
Public methodCreateSetEffect
Creates set effect.
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.)
Remarks
For COM compatibility.
See Also