Enum LoopType
Defines the possible types of animation looping.
Namespace: Telerik.WinControls
Assembly: Telerik.WinControls.dll
Syntax
public enum LoopType
None
No animation looping is enabled.
Reversed
The animation is started again, whereby end and start values are swapped.
Standard
The animation is started from the beginning after it ends.