left property

left property

The left coordinate of the Ole object image.

Definition:

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

See Also