MediaElement::Pause Method ()
.NET Framework (current version)
Pauses media at the current position.
Assembly: PresentationFramework (in PresentationFramework.dll)
| Exception | Condition |
|---|---|
| InvalidOperationException | The Clock property is not null. |
This method pauses the media if the media is currently running. The Play method can be used to resume.
This method can be used only when the Clock property is null. When the Clock property is non-null, the timing engine controls media playback behavior.
This method has an effect only if the LoadedBehavior property is set to Manual.
.NET Framework
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: