right property

right property

Gets or sets the right offset for stretching picture.

Definition:

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

See Also