Storyboard.SeekAlignedToLastTick(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 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
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.