日期:2014-05-17 浏览次数:20843 次
<Window x:Class="WPF2.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="MainWindow" Height="760" Width="1085">
<Grid Name="grid1">
<Viewbox HorizontalAlignment="Center" VerticalAlignment="Center">
<Grid Name="grid2" Height="20" Width="60">
<Button Content="button" />
</Grid>
</Viewbox>
</Grid>
</Window>