Height

Shape.Height property

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

public int Height { get; set; }

例子


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

也可以看看