bottom_right property

bottom_right property

Gets or sets bottom right corner value.

Definition:

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

See Also