length_value property

length_value property

LengthValue

Definition:

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

See Also