Width

Shape.Width property

表示形状的宽度,以像素为单位。

public int Width { get; set; }

例子


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

也可以看看