is_decorative property

is_decorative property

Gets or sets ‘Mark as decorative’ option Reed/write bool.

Definition:

@property
def is_decorative(self):
    ...

@is_decorative.setter
def is_decorative(self, value):
    ...

See Also