MediaElement.CanSeek Property

Definition

Gets a value that indicates whether media can be repositioned by setting the value of the Position property.

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.

Applies to