Pause Method (WPFMediaElement)

Action

Pauses media at the current position. This method has an effect only if the LoadedBehavior property is set to Manual.

Syntax

C#
mediaElement.Pause()
VB
mediaElement.Pause()