SystemMediaTransportControlsTimelineProperties.MaxSeekTime Property
Definition
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 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.