bottom property

bottom property

Gets or sets the y-coordinate that is the sum of RectangleF.y and RectangleF.height of this RectangleF structure.

Definition:

@property
def bottom(self):
    ...
@bottom.setter
def bottom(self, value):
    ...

See Also