ScaleEffect
ScaleEffect class
表示动画缩放效果。
public class ScaleEffect : Behavior, IScaleEffect
Constructors
| Name | Description |
|---|---|
| ScaleEffect() | 默认构造函数。 |
Properties
| Name | Description |
|---|---|
| Accumulate { get; set; } | 表示动画行为是否累积。可读/写 NullableBool。 |
| Additive { get; set; } | 表示当前动画行为是否与其他正在运行的动画结合。可读/写 BehaviorAdditiveType。 |
| By { get; set; } | 描述动画的相对偏移值(以百分比表示)。可读/写 PointF。 |
| From { get; set; } | 指定动画起始的x/y坐标(以百分比表示)。可读/写 PointF。 |
| Properties { get; } | 表示行为的属性。只读 IBehaviorPropertyCollection。 |
| Timing { get; set; } | 表示效果行为的时间属性。可读/写 ITiming。 |
| To { get; set; } | 指定动画缩放效果的目标位置(以百分比表示)。可读/写 PointF。 |
| ZoomContent { get; set; } | 确定内容是否应该被缩放。可读/写 NullableBool。 |
See Also
- class Behavior
- interface IScaleEffect
- namespace Aspose.Slides.Animation
- assembly Aspose.Slides