y_low property

y_low property

Gets or sets low value by Y axis

Definition:

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

See Also