WPF VB.Net Tutorial

   xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" 
   x:Class="Microsoft.Samples.Graphics.UsingImageBrush.TilingExample" >
  
          Grid.Row="3" Grid.Column="0"
      Width="200" Height="150"
      Stroke="Black" StrokeThickness="1" HorizontalAlignment="Left">
      
                  Stretch="None"
          AlignmentX="Left"
          AlignmentY="Top"
          ImageSource="c:\image.jpg"  />