SystemMediaTransportControlsTimelineProperties.MaxSeekTime Property

Definition

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

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

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

Property Value

The latest time within the currently playing media item to which the user can seek.

Applies to