VideoBrush.SourceName Property
Silverlight
Gets or sets the name of the MediaElement to use as the source of the VideoBrush.
Namespace: System.Windows.Media
Assembly: System.Windows (in System.Windows.dll)
<VideoBrush SourceName="mediaElementname"/>
Property Value
Type: System.StringThe name of the MediaElement to use as the source of the VideoBrush.
Dependency property identifier field: SourceNameProperty
The name is the Name or x:Name of a MediaElement as defined in XAML markup. To set the SourceName value in code at run time, make sure to get the Name property of the MediaElement rather than attempting to set to a MediaElement instance. Note that the Name of the MediaElement must already be defined in initial XAML; declaring a Name at run-time does not retroactively make the name available to XAML usages that attempt to refer to that name.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.