Files @ 65c134a3d619
Branch filter:

Location: seniordesign-ui/Demo.WindowsPresentation/CustomMarkers/CustomMarkerDemo.xaml - annotation

mkanning@CL-ENS241-10.cedarville.edu
Initial import of mapping source (huge commit)
1
2
3
4
5
6
7
<UserControl
	xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
	xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
	x:Class="Demo.WindowsPresentation.CustomMarkers.CustomMarkerDemo"
	Height="40" Width="30" Opacity="10">
		<Image Name="icon" Source="bigMarkerGreen.png" VerticalAlignment="Center" HorizontalAlignment="Center" />
</UserControl>