Share via


MediaBreakSeekedOverEventArgs.NewPosition Property

Definition

Gets the new current position within the MediaPlaybackItem after the seek operation has completed.

public:
 property TimeSpan NewPosition { TimeSpan get(); };
TimeSpan NewPosition();
public System.TimeSpan NewPosition { get; }
var timeSpan = mediaBreakSeekedOverEventArgs.newPosition;
Public ReadOnly Property NewPosition As TimeSpan

Property Value

The new current position within the MediaPlaybackItem after the seek operation has completed.

Applies to