box_color property

box_color property

Gets or sets the color for a ReplacementType.DRAW_BOX option (ignored otherwise).

Definition:

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

See Also