is_outline property

is_outline property

Indicates whether the rule refers to an area that is in outline mode.

Definition:

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

See Also