Bottom
Shape.Bottom property
表示形状与其下底角行垂直偏移的宽度,以像素为单位。
public int Bottom { get; set; }
例子
[C#]
if (shape.Bottom == 3)
shape.Bottom = 1;
也可以看看
- class Shape
- 命名空间 Aspose.Cells.Drawing
- 部件 Aspose.Cells
表示形状与其下底角行垂直偏移的宽度,以像素为单位。
public int Bottom { get; set; }
[C#]
if (shape.Bottom == 3)
shape.Bottom = 1;