left property

left property

Gets or sets the width of the left side of the bounding rectangle.

Definition:

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

See Also