0

如何用 XAML 制作这个?

http://img851.imageshack.us/img851/8505/85612476.png

那是三张图像,一张左边,一张右边,一张在上面。我需要使用不是画布的面板。

4

1 回答 1

0

像这样的东西:

<Grid>
    <Image Width="250" Height="500" HorizontalAlignment="Left" />
    <Image Width="250" Height="500" HorizontalAlignment="Right" />
    <Image Width="250" Height="250" HorizontalAlignment="Center" VerticalAlignment="Center" />
</Grid>
于 2012-04-27T06:16:12.483 回答