background_color property

background_color property

The background color for highlighting.

If this color is empty or fully transparent, a default color Argb32Color.Yellow will be used.

Definition:

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

See Also