y_dim property

y_dim property

Gets or sets the distance between the top and bottom lines measured along the y-axis.

Definition:

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

See Also