Top

Rectangle.Top property

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

public int Top { get; }

Property Value

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

See Also