Bottom

Rectangle.Bottom property

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

public int Bottom { get; set; }

Property Value

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

See Also