top property

top property

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

Definition:

@property
def top(self):
    ...

See Also