GUI (work in progress..)
[master-thesis.git] / Parasitemia / Parasitemia / GUI / ImageSourcePreview.xaml
index 3593e0e..6fd7ba2 100644 (file)
@@ -6,8 +6,10 @@
       xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
       mc:Ignorable="d" d:DesignWidth="119.223" d:DesignHeight="84.911"
                >
-   <Grid>
-      <Image x:Name="imagePreview" />
-      <Label x:Name="lblImageNumber" HorizontalAlignment="Right" VerticalAlignment="Bottom" Background="#4C000000" Foreground="White"/>
-   </Grid>
+   <Border x:Name="border" BorderBrush="{DynamicResource {x:Static SystemColors.HighlightBrushKey}}">
+      <Grid>
+         <Image x:Name="imagePreview" />
+         <Label x:Name="lblImageNumber" HorizontalAlignment="Right" VerticalAlignment="Bottom" Background="#4C000000" Foreground="White"/>
+      </Grid>
+   </Border>
 </UserControl>
\ No newline at end of file