Enumeration for the state of the path animation.
Definition
Namespace:Telerik.Windows.Controls.Carousel.Animations
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
C#
public enum PathAnimationState
Fields
Indicates that the animation has not finished.
C#
Finished = 2
Indicates that the animation has not started yet.
C#
NotStarted = 0
Indicates that the animation has started.
C#
Started = 1