public enum ModePublic Enumeration Mode| LeftToRight | 0 | Text in TLabelAnimated will be animated from left to right. |
| RightToLeft | 1 | Text in TLabelAnimated will be animated from right to left. |
| BackAndForth | 2 | Text in TLabelAnimated will be animated back and forth. |
| Custom | 3 | Text in TLabelAnimated will be animated with user animation that implements IAnimator interface. |