left property

left property

Gets or sets the x-coordinate of the left edge of this RectangleF structure.

Definition:

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

See Also