box_width property

box_width property

BoxWidth

Definition:

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

See Also