box_height property

box_height property

BoxHeight

Definition:

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

See Also