right property

right property

Gets or sets the x-coordinate that is the sum of Rectangle.x and Rectangle.width property values of this Rectangle structure.

Definition:

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

See Also