Bottom

Rectangle.Bottom property

Gets the y-coordinate that is the sum of the Y and Height property values of the rectangle.

public int Bottom { get; }

Property Value

The y-coordinate that is the sum of the Y and Height property values of the rectangle.

See Also