Storyboard.SeekAlignedToLastTick(TimeSpan) Method

Definition

Moves the storyboard to the specified animation position immediately (synchronously).

public:
 virtual void SeekAlignedToLastTick(TimeSpan offset) = SeekAlignedToLastTick;
void SeekAlignedToLastTick(TimeSpan const& offset);
public void SeekAlignedToLastTick(System.TimeSpan offset);
function seekAlignedToLastTick(offset)
Public Sub SeekAlignedToLastTick (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