Comment définir un .PNG image comme arrière-plan en MOSAÏQUE d'image pour mon Formulaire WPF?

Je suis en train d'apprendre WPF sur mon propre et je n'arrive pas à trouver un moyen de faire ce travail.

Voici mon code:

<Window x:Class="Test.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="Test" Height="600" Width="800" >
<DockPanel>
    <Menu DockPanel.Dock="Right"
          Height="30"              
          VerticalAlignment="Top"
          Background="#2E404B"
          BorderThickness="2.6">
        <Menu.BitmapEffect>
            <DropShadowBitmapEffect Direction="270" ShadowDepth="3" Color="#2B3841"/>
        </Menu.BitmapEffect>                          
    </Menu>
</DockPanel>

Comment puis-je faire un arrière-plan en mosaïque de l'image apparaissent?

InformationsquelleAutor Sergio Tapia | 2009-11-12