111,120
社区成员
发帖
与我相关
我的任务
分享
<Window x:Class="WpfApplication1.Window1"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="Window1" Height="300" Width="300">
<Grid>
<MediaElement Height="120" Name="mediaElement1" Source="1.wmv" IsMuted="False" Loaded="mediaElement1_Loaded" />
</Grid>
</Window>