MediaPlaybackSession.CanSeek Property

Definition

Gets a value that indicates whether the current playback position of the media can be changed by setting the value of the MediaPlayer.Position property.

public:
 property bool CanSeek { bool get(); };
bool CanSeek();
public bool CanSeek { get; }
var boolean = mediaPlaybackSession.canSeek;
Public ReadOnly Property CanSeek As Boolean

Property Value

Boolean

bool

True if the current playback position of the media can be changed; otherwise, false.

Applies to