SetEffect
SetEffect class
表示动画行为的集合效果。
public class SetEffect : Behavior, ISetEffect
Constructors
Name | Description |
---|---|
SetEffect() | 默认构造函数。 |
Properties
Name | Description |
---|---|
Accumulate { get; set; } | 表示动画行为是否被累积。可读/写 NullableBool 。 |
Additive { get; set; } | 表示当前动画行为是否与其他正在运行的动画结合。可读/写 BehaviorAdditiveType 。 |
Properties { get; } | 表示行为的属性。只读 IBehaviorPropertyCollection 。 |
Timing { get; set; } | 表示效果行为的计时属性。可读/写 ITiming 。 |
To { get; set; } | 指定动画效果后某个效果的特定属性。表示点值。仅支持: bool, ColorFormat, float, int, string。可读/写对象。 |
See Also
- class Behavior
- interface ISetEffect
- namespace Aspose.Slides.Animation
- assembly Aspose.Slides