MediaElement::Stop Method ()
.NET Framework (current version)
Stops and resets media to be played from the beginning.
Assembly: PresentationFramework (in PresentationFramework.dll)
| Exception | Condition |
|---|---|
| InvalidOperationException | The Clock property is not null. |
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: