日期:2014-05-20 浏览次数:21107 次
<Window x:Class="UsingDecorators.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="MainWindow" Height="350" Width="525">
<Grid Margin="0">
<Viewbox Margin="0" Height="350" Width="525" Stretch="Uniform" StretchDirection="Both">
<Image Margin="0" Height="350" Name="image1" Stretch="Fill" Width="525" Source="/UsingDecorators;component/Images/17.jpg" />
</Viewbox>
</Grid>
</Window>