日期:2014-05-18 浏览次数:21150 次
<Window x:Class="WpfApplication1.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">
<Viewbox>
<Grid Width="800" Height="600" Background="Yellow">
</Grid>
</Viewbox>
</Window>