WidthScale
Shape.WidthScale property
获取和设置宽度比例,单位是原始图片宽度的百分比。 如果形状不是图片,WidthScale属性只返回100;
public int WidthScale { get; set; }
例子
[C#]
if (shape.WidthScale == 3)
shape.WidthScale = 1;
也可以看看
- class Shape
- 命名空间 Aspose.Cells.Drawing
- 部件 Aspose.Cells