|
@@ -38,11 +38,10 @@
|
|
|
<vws:MainDrawingPanel.Item>
|
|
|
<Canvas Width="{Binding Width}"
|
|
|
Height="{Binding Height}" VerticalAlignment="Center"
|
|
|
- HorizontalAlignment="Center">
|
|
|
- <Image Source="/Images/transparentbg.png"
|
|
|
- Height="{Binding Height}"
|
|
|
- Width="{Binding Width}" Opacity="0.9"
|
|
|
- Stretch="UniformToFill" />
|
|
|
+ HorizontalAlignment="Center" RenderOptions.BitmapScalingMode="NearestNeighbor">
|
|
|
+ <Canvas.Background>
|
|
|
+ <ImageBrush ImageSource="/Images/CheckerTile.png" TileMode="Tile" ViewportUnits="Absolute" Viewport="0, 0, 16, 16" />
|
|
|
+ </Canvas.Background>
|
|
|
<Image Source="{Binding PreviewLayer.LayerBitmap}" Panel.ZIndex="2"
|
|
|
RenderOptions.BitmapScalingMode="NearestNeighbor" Stretch="Uniform"
|
|
|
Width="{Binding PreviewLayer.Width}"
|