current_style_sheet property

current_style_sheet property

Gets or sets the current style sheet.

Definition:

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

See Also