Back to API Reference
Enum
MarqueeMode
How a MarqueeModifier moves its text.
public static readonly MarqueeMode Loop = 0Runs 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 = 1Travels from the start-aligned place to the end-aligned one and back, resting at each end.
