我在VS2010(Windows Phone APP)中写了一个简单的代码:
<Grid x:Name="LayoutRoot" Background="White">
<MediaElement x:Name="ttt" Source="/Video/2.wmv"/>
</Grid>
当背景设置为“白色”时,无法显示任何内容。但是当背景为“透明”时,我可以看到视频。我尝试使用 Canvas.ZIndex() 来设置 Z 值。但它不起作用。
谁能帮我解决这个问题?谢谢!