MediaElement.CanSeek 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.
public:
property bool CanSeek { bool get(); };
bool CanSeek();
public bool CanSeek { get; }
var boolean = mediaElement.canSeek;
Public ReadOnly Property CanSeek As Boolean
Property Value
Boolean
bool
true if the media can be repositioned; otherwise, false.