yposition property

yposition property

Gets or sets the y position.

Definition:

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

See Also