true

Rectangle.Y property

Gets or sets the y-coordinate of the upper-left corner of this Rectangle structure.

public int Y { get; set; }

Property Value

The y-coordinate of the upper-left corner of this Rectangle structure.

See Also