x_length property

x_length property

XLength

Definition:

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

See Also