SystemMediaTransportControlsTimelineProperties.MinSeekTime Property

Definition

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