WPF VB.Net

    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    Title="StackPanelDemo" Height="300" Width="300">
    
                     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" />