Files @ 65c134a3d619
Branch filter:

Location: seniordesign-ui/Demo.WindowsPresentation/CustomMarkers/Test.xaml

mkanning@CL-ENS241-10.cedarville.edu
Initial import of mapping source (huge commit)
1
2
3
4
5
6
7
8
9
<UserControl x:Class="Demo.WindowsPresentation.CustomMarkers.Test"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    Height="65" Width="61">
    <Grid>
      <Ellipse Fill="Red" Stroke="Blue" VerticalAlignment="Stretch" HorizontalAlignment="Stretch"></Ellipse>
      <TextBlock Name="text" Foreground="White" FontSize="22" VerticalAlignment="Center" HorizontalAlignment="Center">44</TextBlock>
   </Grid>
</UserControl>