MediaTransportControls.IsSeekEnabled 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 that indicates whether a user can use the seek bar to find a location in the media.
public:
property bool IsSeekEnabled { bool get(); void set(bool value); };
bool IsSeekEnabled();
void IsSeekEnabled(bool value);
public bool IsSeekEnabled { get; set; }
var boolean = mediaTransportControls.isSeekEnabled;
mediaTransportControls.isSeekEnabled = boolean;
Public Property IsSeekEnabled As Boolean
<MediaTransportControls IsSeekEnabled="bool" .../>
Property Value
Boolean
bool
true to allow the user to use the seek bar to find a location; otherwise, false. The default is true.