IBehavior
IBehavior 接口
表示效果的基类行为。
public interface IBehavior
属性
| 名称 | 描述 |
|---|---|
| Accumulate { get; set; } | 表示动画行为是否被累积。读/写 NullableBool。 |
| Additive { get; set; } | 表示当前动画行为是否与其他正在运行的动画相结合。读/写 BehaviorAdditiveType。 |
| Properties { get; } | 表示行为的属性。只读 IBehaviorPropertyCollection。 |
| Timing { get; set; } | 表示效果行为的定时属性。读/写 ITiming。 |
另见
- 命名空间 Aspose.Slides.Animation
- 程序集 Aspose.Slides