bottom property

bottom property

Represents the width of the shape’s vertical offset from its lower bottom corner row, in unit of pixels.

Example


if shape.bottom == 3:
    shape.bottom = 1

Definition:

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

See Also