box_color property

box_color property

Definition:

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

See Also