Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 575 Bytes

mediaelement_autoplay.md

File metadata and controls

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

Windows.UI.Xaml.Controls.MediaElement.AutoPlay

-description

Gets or sets a value that indicates whether media will begin playback automatically when the Source property is set.

-xaml-syntax

<MediaElement AutoPlay="bool" .../>

-property-value

true if playback is automatic; otherwise, false. The default is true.

-remarks

-examples

-see-also