Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

TimeSeekOrigin Enumeration

 

Indicates the origin of a seek operation. The offset of the seek operation is relative to this origin.

Namespace:   System.Windows.Media.Animation
Assembly:  PresentationCore (in PresentationCore.dll)

Public Enumeration TimeSeekOrigin

Member nameDescription
BeginTime

The offset is relative to the beginning of the activation period of the Timeline.

Duration

The offset is relative to the Duration of the Timeline, the length of a single iteration. This value has no meaning if the Duration of the Timeline is not resolved.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft