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
屬性值
Y 座標,其為這個 Rectangle 之 Y 和 Height 的總和。
- 屬性
備註
屬性的值Bottom代表 未包含在 Rectangle中之 下邊緣之 第一個點的 Rectangle Y 座標。