MediaElement.Source
MediaElement.Source
MediaElement.Source
MediaElement.Source
Property
Definition
Gets or sets a media source on the MediaElement.
public : Uri Source { get; set; }
Uri Source();
void Source(Uri source);
public Uri Source { get; set; }
Public ReadWrite Property Source As Uri
<MediaElement Source="uri" .../>
Property Value
Uri
Uri
The source of the element, as an object describing a Uniform Resource Identifier (URI). The default is null.
Feedback
Loading feedback...