Rectangle.Bottom 属性 
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public:
 property int Bottom { int get(); };
	[System.ComponentModel.Browsable(false)]
public int Bottom { get; }
	public int Bottom { get; }
	[<System.ComponentModel.Browsable(false)>]
member this.Bottom : int
	member this.Bottom : int
	Public ReadOnly Property Bottom As Integer
	属性值
此 Rectangle 的 Y 与 Height 之和的 y 坐标。
- 属性
 
注解
属性的值 Bottom 表示 不包含在 的下边缘的第一个点的 RectangleRectangley 坐标。