Put the RBC number text below border on the main image.
[master-thesis.git] / Parasitemia / ParasitemiaUIControls / RBCFrame.xaml
index 52fb2f8..26a1369 100644 (file)
@@ -16,7 +16,7 @@
         </Grid.ContextMenu>
         <Rectangle x:Name="border" x:FieldModifier="public" Fill="#00000000" />
         <Polygon x:Name="manuallyAdded" x:FieldModifier="public" Points="0,0 12,0, 12,12" Fill="Black" HorizontalAlignment="Right" VerticalAlignment="Top" />
-        <Border HorizontalAlignment="Right" VerticalAlignment="Bottom" Margin="0,0,3,3" Background="#66000000" CornerRadius="5">
+        <Border x:Name="borderRBCNumber" HorizontalAlignment="Right" VerticalAlignment="Bottom" Margin="0,0,3,3" Background="#66000000" CornerRadius="5">
             <TextBlock x:Name="txtRBCNumber" x:FieldModifier="public" Padding="2" Text="42" Foreground="White" FontSize="12" />
         </Border>
     </Grid>