MediaElement.Source Property

Definition

Gets or sets a media source on the MediaElement.

public:
 property Uri ^ Source { Uri ^ get(); void set(Uri ^ value); };
public Uri Source { get; set; }
member this.Source : Uri with get, set
Public Property Source As Uri

Property Value

Uri

The URI that specifies the source of the element. The default is null.

Exceptions

The Clock property is not null.

Remarks

Setting the value of this property causes the media to play.

This property can be set only when the Clock property is null. When the Clock property is non-null, the timing engine controls media playback behavior.

Dependency Property Information

Identifier field SourceProperty
Metadata properties set to true AffectsMeasure, AffectsRender

Applies to