CSSCounter sealed class CSSCounter : CSSValue Represents a CSS counter. Documentation Code public string CounterIdentifier { get; } public string DefinedSeparator { get; } public string ListStyle { get; } public CSSCounter(string identifier, string listStyle, string separator)