Rectangle.Bottom 属性

定义

获取 y 坐标,该坐标是此 Rectangle 结构的 YHeight 属性值之和。

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

属性值

RectangleYHeight 之和的 y 坐标。

属性

注解

属性的值 Bottom 表示 不包含在 的下边缘的第一个点的 RectangleRectangley 坐标。

适用于