xposition property

xposition property

Gets or sets the x position.

Definition:

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

See Also