title_style property

title_style property

Gets and sets the style of the title.

Definition:

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

See Also