Sequence Counter

Sport1Sport2Sport3Sport4
Description

This sample demonstrates the sequence number counter style.

LightBox supports two types of counter styles, determined by the CounterType property.

When the CounterType property is "Default", the CounterFormat property will be used to determine the format of counter text, with the default value "[i] of [n]". "[i]" and "[n]" are built-in parameters that denote the current page index and total number of pages.

When the CounterType property is "Sequence", the CounterLimit property will be used to determine the maximum number of sequence index to display.

Documentation