bottom_left property

bottom_left property

Gets or sets bottom left corner value.

Definition:

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

See Also