Storyboard.GetCurrentIteration Method
.NET Framework 3.0
Retrieves the CurrentIteration of the Clock that was created for this Storyboard.
| Name | Description |
|---|---|
| Storyboard.GetCurrentIteration (FrameworkContentElement) | Retrieves the CurrentIteration of the Clock that was created for this Storyboard. |
| Storyboard.GetCurrentIteration (FrameworkElement) | Retrieves the CurrentIteration of the Clock that was created for this Storyboard. |
A clock's first iteration has a value of 1.
If this storyboard has a AutoReverse setting of true, a full iteration consists of a forward-reverse pair, not just one of these segments.
To use this method to retrieve information about a storyboard's clock, the storyboard must be controllable. To make a storyboard controllable in code, you must use the appropriate overload of the storyboard's Begin method and specify true to make it controllable. See How to: Control a Storyboard After It Starts for an example.
CurrentIteration