list_style property

list_style property

Gets and sets the visual appearance.

Definition:

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

See Also