ICSSCounterStyleRule Interface

ICSSCounterStyleRule interface

The @counter-style rule allows authors to define a custom counter style.

public interface ICSSCounterStyleRule : ICSSRule

Properties

NameDescription
CounterType { get; }Gets the type of the counter.
Fallback { get; }Gets the fallback.
Glyphs { get; }Gets the glyphs.
Name { get; }Gets the name.
Prefix { get; }Gets the prefix.
Suffix { get; }Gets the suffix.

See Also