Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

MediaElement.Source Property

Definition

Namespace:
System.Windows.Controls
Assembly:
PresentationFramework.dll

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

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

Item Value
Identifier field SourceProperty
Metadata properties set to true AffectsMeasure, AffectsRender

Applies to


Feedback

Was this page helpful?