Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

SystemMediaTransportControlsTimelineProperties.MinSeekTime Property

Definition

Namespace:
Windows.Media

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.

Gets or sets a value indicating the earliest time within the currently playing media item to which the user can seek.

public:
 property TimeSpan MinSeekTime { TimeSpan get(); void set(TimeSpan value); };
TimeSpan MinSeekTime();

void MinSeekTime(TimeSpan value);
public System.TimeSpan MinSeekTime { get; set; }
var timeSpan = systemMediaTransportControlsTimelineProperties.minSeekTime;
systemMediaTransportControlsTimelineProperties.minSeekTime = timeSpan;
Public Property MinSeekTime As TimeSpan

Property Value

A value indicating the earliest time within the currently playing media item to which the user can seek.

Applies to


Feedback

Was this page helpful?