Bottom

Shape.Bottom property

表示形状与其下底角行垂直偏移的宽度,以像素为单位。

public int Bottom { get; set; }

例子


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

也可以看看