ICssCounterResetProperty public interface ICssCounterResetProperty : ICssProperty Represents the CSS counter-reset property. Documentation Code IEnumerable<string> Counters { get; } Gets an enumeration over all counters. int this[string counter] { get; } Gets the reset-value of the specified counter.