AnimationClock Class
Maintains the run-time state of an AnimationTimeline and processes its output values.
http://msdn.microsoft.com/en-us/library/system.windows.media.animation.animationclock.aspx
Methods
Properties
From Clock
Name | Description | |
---|---|---|
![]() |
CurrentIteration | Get the current iteration of this clock within its current active period, or -1 if this clock is stopped. |
![]() |
CurrentProgress | Gets the current progress of Clock within its current iteration. This is a value between 0.0 and 1.0 |
![]() |
CurrentTime | Gets this clock's current time within its current iteration. |
![]() |
Parent | Gets or sets the clock that is the parent of this clock. |
![]() |
Timeline | Gets the Timeline from which this Clock was created. |


Events
From Clock
Name | Description | |
---|---|---|
![]() |
Completed | Occurs when this clock has completely finished playing. |


