HeightInShape

Shape.HeightInShape property

表示 shape 与父 shape 上边框的垂直偏移量,单位为父 shape 高度的 1/4000..

public int HeightInShape { get; set; }

评论

仅适用于组或图表中的此形状。

例子


[C#]
if (shape.UpperDeltaY == 4000)
    shape.UpperDeltaY = 2000;

也可以看看