MediaElement.CanPause Property

Definition

Gets a value indicating whether the media can be paused.

public:
 property bool CanPause { bool get(); };
public bool CanPause { get; }
member this.CanPause : bool
Public ReadOnly Property CanPause As Boolean

Property Value

true if the media can be paused; otherwise, false.

Applies to