Storyboard::GetCurrentTime Method (FrameworkElement^)
.NET Framework (current version)
Retrieves the CurrentTime of the Clock that was created for this Storyboard.
Assembly: PresentationFramework (in PresentationFramework.dll)
Parameters
- containingObject
-
Type:
System.Windows::FrameworkElement^
The object specified when the Begin(FrameworkElement^, Boolean) method was called. This object contains the Clock objects that were created for this storyboard and its children.
Return Value
Type: System::Nullable<TimeSpan>null if this storyboard's clock is Stopped; otherwise, the current time of the storyboard's clock.
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: