style_sheet property

style_sheet property

Gets or sets the style sheet.

Definition:

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

See Also