Rectangle.Bottom Propriété
Définition
public:
property int Bottom { int get(); };
public int Bottom { get; }
[System.ComponentModel.Browsable(false)]
public int Bottom { get; }
member this.Bottom : int
[<System.ComponentModel.Browsable(false)>]
member this.Bottom : int
Public ReadOnly Property Bottom As Integer
Valeur de propriété
Coordonnée y qui est la somme de Y et Height de ce Rectangle.The y-coordinate that is the sum of Y and Height of this Rectangle.
- Attributs
Remarques
La valeur de la Bottom propriété représente la coordonnée y du premier point sur le bord inférieur du Rectangle qui n’est pas contenu dans le Rectangle .The value of the Bottom property represents the y-coordinate of the first point at the bottom edge of the Rectangle that is not contained in the Rectangle.