true

Shape.Y property

获取和设置形状相对工作表上边框的垂直偏移量,以像素为单位。

public int Y { get; set; }

例子


[C#]
if (shape.Y == 3)
    shape.Y = 1;

也可以看看