Storyboard::GetCurrentIteration Method ()
.NET Framework (current version)
Retrieves the CurrentIteration of the Clock that was created for this Storyboard.
Assembly: PresentationFramework (in PresentationFramework.dll)
Return Value
Type: System::Int32This clock's current iteration within its current active period, or null if this clock is stopped.
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. For an example, see How to: Control a Storyboard After It Starts.
.NET Framework
Available since 3.0
Available since 3.0
Show: