Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 540 Bytes

mediaelement_source.md

File metadata and controls

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

Windows.UI.Xaml.Controls.MediaElement.Source

-description

Gets or sets a media source on the MediaElement.

-xaml-syntax

<MediaElement Source="uri" .../>

-property-value

The source of the element, as an object describing a Uniform Resource Identifier (URI). The default is null.

-remarks

-examples

-see-also