Class PathAnimationState
Enumeration for the state of the path animation.
Inheritance
System.Object
PathAnimationState
Namespace: Telerik.Windows.Controls.Carousel.Animations
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public sealed class PathAnimationState : Enum
Fields
Finished
Indicates that the animation has not finished.
Declaration
public const PathAnimationState Finished
Field Value
PathAnimationState
|
NotStarted
Indicates that the animation has not started yet.
Declaration
public const PathAnimationState NotStarted
Field Value
PathAnimationState
|
Started
Indicates that the animation has started.
Declaration
public const PathAnimationState Started
Field Value
PathAnimationState
|
value__
Declaration
public int value__
Field Value
System.Int32
|