My code below:
<Grid Name="MainGrid" Width="700" Height="400">
<Grid.Background>
<ImageBrush ImageSource="/Memoryer;component/Images/BackGround.png" Stretch="None" TileMode="None" />
</Grid.Background>
</Grid>
the BackGround.png is 700x400, the image should be just fit to the Grid, but it cant works,
the image looks become very big, and the Grid only shows a part of BackGround.png.