Right

Shape.Right property

表示形状从其右下角列水平偏移的宽度,以像素为单位。

public int Right { get; set; }

例子


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

也可以看看