y_high property

y_high property

Gets or sets hi value by Y axis

Definition:

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

See Also