Storyboard.Seek(TimeSpan) 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.
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
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.