list_style属性

list_style属性

获取并设置视觉外观。

定义:

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

也可以看看