is_auto 属性

is_auto 属性

指示此线型是否自动指定。

定义:

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

也可以看看