right property

right property

Definition:

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

See Also