Counter public sealed class Counter Represents a CSS counter. Documentation Code public string CounterIdentifier { get; } Gets the identifier of the counter. public string DefinedSeparator { get; } Gets the defined separator of the counter. public string ListStyle { get; } Gets the style of the counter. public Counter(string identifier, string listStyle, string separator) Specifies a counter value.