Left

Shape.Left property

表示形状与其左列的水平偏移量,以像素为单位。

public int Left { get; set; }

例子


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

也可以看看