Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 652 Bytes

mediaelement_islooping.md

File metadata and controls

29 lines (19 loc) · 652 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Controls.MediaElement.IsLooping
winrt property

Windows.UI.Xaml.Controls.MediaElement.IsLooping

-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