日期:2014-05-17 浏览次数:20964 次
ontalAlignment="Left" Height="504" VerticalAlignment="Top" Width="760">
<Grid.RowDefinitions>
<RowDefinition />
<RowDefinition />
</Grid.RowDefinitions>
<DockPanel>
<Button Content="button1" Margin="-10" Background="Blue" Panel.ZIndex="1"/>
</DockPanel>
<Border BorderBrush="Red" BorderThickness="2" Grid.Row="1" />
</Grid>