Storyboard.Seek(TimeSpan) Method

Definition

Moves the storyboard to the specified animation position. The storyboard performs the requested seek when the next clock tick occurs.

public:
 virtual void Seek(TimeSpan offset) = Seek;
void Seek(TimeSpan const& offset);
public void Seek(System.TimeSpan offset);
function seek(offset)
Public Sub Seek (offset As TimeSpan)

Parameters

offset
TimeSpan TimeSpan

A positive or negative time value that describes the amount by which the timeline should move forward or backward from the beginning of the animation.

Applies to