highlight_color property

highlight_color property

Gets or sets the highlight color.

Definition:

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

See Also