right property

right property

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

Definition:

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

See Also