IScaleEffect
IScaleEffect接口
表示动画缩放效果。
public interface IScaleEffect : IBehavior
属性
名称 | 描述 |
---|---|
AsIBehavior { get; } | 允许获取基础 IBehavior 接口。只读 IBehavior 。 |
By { get; set; } | 描述动画的相对偏移值(以百分比表示)。可读写 PointF。 |
From { get; set; } | 指定动画开始的 x/y 坐标(以百分比表示)。可读写 PointF。 |
To { get; set; } | 指定动画缩放效果的目标位置(以百分比表示)。可读写 PointF。 |
ZoomContent { get; set; } | 确定内容是否应被缩放。可读写 NullableBool 。 |
另请参见
- 接口 IBehavior
- 命名空间 Aspose.Slides.Animation
- 程序集 Aspose.Slides