y property

y property

Gets or sets the y of the size

Definition:

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

See Also