CommandEffect class
Contents
[
Hide
]CommandEffect class
Represents a command effect for an animation behavior.
Inheritance:CommandEffect → Behavior
The CommandEffect type exposes the following members:
Constructors
| Constructor | Description |
|---|---|
__init__ | Creates new instance. |
Properties
| Property | Description |
|---|---|
accumulate | Represents whether animation behaviors are accumulated. Read/write NullableBool. |
additive | Represents whether the current animation behavior is combined with other running animations. Read/write BehaviorAdditiveType. |
properties | Represents properties of behavior. Read-only IBehaviorPropertyCollection. |
timing | Represents timing properties for the effect behavior. Read/write ITiming. |
type | Defines command effect type of behavior. Read/write CommandEffectType. |
command_string | Defines command string. Read/write str. |
shape_target | Defines shape target of command effect. Read/write IShape. |
See Also
- class
Behavior - class
CommandEffect - module
aspose.slides.animation - library
Aspose.Slides