is_auto property

is_auto property

Indicates whether this line style is auto assigned.

Definition:

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

See Also