Play Method (WPFMediaElement)

Action

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

Syntax

C#
mediaElement.Play()
VB
mediaElement.Play()