Storyboard.GetCurrentTime Method

Definition

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.

Applies to

See also