<Window x:Class="StackPanelDemo.Window3"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="StackPanelDemo" Height="300" Width="300">
<Grid>
<UniformGrid MinHeight="50"
MinWidth="50"
VerticalAlignment="Top"
HorizontalAlignment="Left"
Grid.Column="0"
Grid.ColumnSpan="1"
Grid.Row="0"
Grid.RowSpan="1"
Margin="11,26,0,0"
Width="265" Height="211" Name="uniformGrid1" />
</Grid>
</Window>