通过Flash XAML分层图像

时间:2013-08-09 21:49:20

标签: c# wpf image xaml layer

我有一个Flash UI和一个图像。我想将图像放在flash对象上,但是在使用Panel.Zindex时我似乎无法使它工作。

这是我的代码

      <my1:WpfFlashUI Name="mFlashUI" Margin="0,0,0,6" HorizontalAlignment="Stretch" Panel.ZIndex="2" />
        <Image Name="img2" Source="http://www.donkersct.nl/wordpress/wp-content/uploads/2012/07/stackoverflow.png" Height="217" Width="363" Margin="560,199,-45,6" Panel.ZIndex="1" />

任何人都可以看到为什么这不起作用,或建议更好的方法?我尝试过绕过Zvalues。

0 个答案:

没有答案