list_style property

list_style property

See the list-style property definition in CSS2.

Definition:

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

See Also