ICSS2Properties.ListStyle

ICSS2Properties.ListStyle property

The ’list-style’ property is a shorthand notation for setting the three properties ’list-style-type’, ’list-style-image’, and ’list-style-position’ at the same place in the style sheet.

public string ListStyle { get; set; }

Return Value

list-style property

See Also