UpperDeltaY
Shape.UpperDeltaY property
获取或设置形状与其左上角行的垂直偏移量。
public int UpperDeltaY { get; set; }
评论
值的范围是 0 到 256。
例子
[C#]
if (shape.UpperDeltaY == 3)
shape.UpperDeltaY = 1;
也可以看看
- class Shape
- 命名空间 Aspose.Cells.Drawing
- 部件 Aspose.Cells
获取或设置形状与其左上角行的垂直偏移量。
public int UpperDeltaY { get; set; }
值的范围是 0 到 256。
[C#]
if (shape.UpperDeltaY == 3)
shape.UpperDeltaY = 1;