Not Monitored
Tag not monitored by Microsoft.
39,571 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I want a event occur when user click the Full-Window-button ( inside Media-Player-Element ) and a code like the following code is executed, But I did not find the right event for this.
if (mediaPlayerElement.IsFullWindow)
{
mediaPlayerElement.PosterSource = new BitmapImage(new Uri("ms-appx:///Assets/Images/DMF.jpg"));
}
else
{
mediaPlayerElement.PosterSource = null;
}