right property

right property

The right margin. Horizontal offset from parent right border.

Definition:

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

See Also