<Page x:Class="WebPageNavigation.Page1"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
WindowTitle="Page1"
>
<Grid>
<DockPanel Grid.Column="0" Grid.Row="0">
<Image Source="c:\image.png" />
<Image Source="c:\image.png" />
<Image Source="c:\image.png" Stretch="Fill"/>
</DockPanel>
</Grid>
</Page>
|