Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/wpf/14.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
WPF图像跳过另一个_Wpf_Xaml_.net - Fatal编程技术网

WPF图像跳过另一个

WPF图像跳过另一个,wpf,xaml,.net,Wpf,Xaml,.net,如何使用XAML实现这一点 这是三张图片,一张左,一张右,一张在两张上面。我需要使用非画布的面板。类似以下内容: <Grid> <Image Width="250" Height="500" HorizontalAlignment="Left" /> <Image Width="250" Height="500" HorizontalAlignment="Right" /> <Image Width="250" Height="2

如何使用XAML实现这一点

这是三张图片,一张左,一张右,一张在两张上面。我需要使用非画布的面板。

类似以下内容:

<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>

你指的是什么样的面板?任何可以工作的面板:网格面板或dockpanel。