Height
Shape.Height property
表示形状的高度,以像素为单位。
public int Height { get; set; }
例子
[C#]
if (shape.Height == 3)
shape.Height = 1;
也可以看看
- class Shape
- 命名空间 Aspose.Cells.Drawing
- 部件 Aspose.Cells
表示形状的高度,以像素为单位。
public int Height { get; set; }
[C#]
if (shape.Height == 3)
shape.Height = 1;