x property

x property

Gets or gets the horizontal offset from its upper left corner column.

Definition:

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

See Also