list_style_type property

list_style_type property

See the list-style-type property definition in CSS2.

Definition:

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

See Also