Rectangle.Bottom Property

Definition

Gets the y-coordinate that is the sum of the Y and Height property values of this Rectangle structure.

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

Property Value

The y-coordinate that is the sum of Y and Height of this Rectangle.

Attributes

Remarks

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.

Applies to