Storyboard.GetCurrentTime Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the current animation clock time of the Storyboard.
public:
virtual TimeSpan GetCurrentTime() = GetCurrentTime;
TimeSpan GetCurrentTime();
public System.TimeSpan GetCurrentTime();
function getCurrentTime()
Public Function GetCurrentTime () As TimeSpan
Returns
The current animation time of the Storyboard per the running animation clock, or null if the animation clock is Stopped.