Docsv3.12.0
Back to API Reference
Enum

MarqueeMode

How a MarqueeModifier moves its text.

public static readonly MarqueeMode Loop = 0

Runs on without end: copies of the text follow one another a gap apart, so the text leaves one edge while its start comes back in at the other.

public static readonly MarqueeMode PingPong = 1

Travels from the start-aligned place to the end-aligned one and back, resting at each end.