CommandEffect Class

Represents a command effect for an animation behavior.
Inheritance Hierarchy

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

The CommandEffect type exposes the following members.

Constructors
  NameDescription
Public methodCommandEffect
Creates new instance.
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 propertyCommandString
Defines command string. Read/write String.
Public propertyProperties
Represents properties of behavior. Read-only IBehaviorPropertyCollection.
(Inherited from Behavior.)
Public propertyShapeTarget
Defines shape target of command effect. Read/write IShape.
Public propertyTiming
Represents timing properties for the effect behavior. Read/write ITiming.
(Inherited from Behavior.)
Public propertyType
Defines command effect type of behavior. Read/write CommandEffectType.
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