通过


Rectangle.Bottom 属性

定义

获取此结构的和属性值的总 YHeightRectangle y 坐标。

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

属性值

是和之RectangleHeight的 y 坐标Y

属性

注解

该属性的值Bottom表示未包含在Rectangle该属性的下边缘的第一个点的 Rectangle y 坐标。

适用于