Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何用 XAML 制作这个?
http://img851.imageshack.us/img851/8505/85612476.png
那是三张图像,一张左边,一张右边,一张在上面。我需要使用不是画布的面板。
像这样的东西:
<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>