TopInShape

Shape.TopInShape property

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

public int TopInShape { get; set; }

评论

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

例子


[C#]
if (shape.TopInShape == 8000)
    shape.TopInShape = 4000;

也可以看看