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 値は、 に含まれていない の下端にある最初の点の Rectangle y 座標を Rectangle表します。