Windows.UI.Xaml.Controls.MediaElement.IsLooping

September 14, 2021 · View on GitHub

-description

Gets or sets a value that describes whether the media source currently loaded in the media engine should automatically set the position to the media start after reaching its end.

-xaml-syntax

<MediaElement IsLooping="bool"/>

-property-value

true to loop the media and play continuously. false to not loop the media automatically. The default is false.

-remarks

-examples

-see-also