Window Background
<Window x:Class="Drawing.OpacityMask" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Title="OpacityMask" Height="313.6" Width="317.6" > <Window.Background> <ImageBrush ImageSource="c:\image.jpg"></ImageBrush> </Window.Background> <Grid Margin="10,50"> </Grid> </Window>