WidthInShape
Shape.WidthInShape property
表示形状的宽度,单位为父形状的1/4000。
public int WidthInShape { get; set; }
评论
仅适用于组或图表中的此形状。
例子
[C#]
if (shape.UpperDeltaY == 2000)
shape.UpperDeltaY = 4000;
也可以看看
- class Shape
- 命名空间 Aspose.Cells.Drawing
- 部件 Aspose.Cells