LeftInShape

Shape.LeftInShape property

表示 shape 与父 shape 左边框的水平偏移量, 以父 shape 宽度的 1/4000 为单位。

public int LeftInShape { get; set; }

评论

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

例子


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

也可以看看