ICSS2Properties.CounterReset

ICSS2Properties.CounterReset property

The ‘counter-reset’ property also contains a list of one or more names of counters, each one optionally followed by an integer. The integer gives the value that the counter is set to on each occurrence of the element. The default is 0.

public string CounterReset { get; set; }

Return Value

counter-reset property

See Also