src/FingersDance.Debug/UserControlDebug.xaml
author cavaliet
Tue, 24 Nov 2009 22:08:57 +0100
changeset 229 05aba5def1fc
parent 39 0efa1d506f28
permissions -rw-r--r--
add an attribute Color to a Cutting, save it in ldt xml file and redisplay it in the pivot's button. Make ColorFactory truly static.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
39
0efa1d506f28 Correct compilation + lib
ymh
parents:
diff changeset
     1
<UserControl
0efa1d506f28 Correct compilation + lib
ymh
parents:
diff changeset
     2
	xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
0efa1d506f28 Correct compilation + lib
ymh
parents:
diff changeset
     3
	xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
0efa1d506f28 Correct compilation + lib
ymh
parents:
diff changeset
     4
	xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
0efa1d506f28 Correct compilation + lib
ymh
parents:
diff changeset
     5
	xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
0efa1d506f28 Correct compilation + lib
ymh
parents:
diff changeset
     6
	mc:Ignorable="d"
0efa1d506f28 Correct compilation + lib
ymh
parents:
diff changeset
     7
	xmlns:Custom="http://schemas.microsoft.com/surface/2008"
0efa1d506f28 Correct compilation + lib
ymh
parents:
diff changeset
     8
	x:Class="FingersDance.Debug.UserControlDebug"
0efa1d506f28 Correct compilation + lib
ymh
parents:
diff changeset
     9
	x:Name="UserControl" Width="122" Height="152">
0efa1d506f28 Correct compilation + lib
ymh
parents:
diff changeset
    10
0efa1d506f28 Correct compilation + lib
ymh
parents:
diff changeset
    11
	<Grid x:Name="LayoutRoot">
0efa1d506f28 Correct compilation + lib
ymh
parents:
diff changeset
    12
		<Custom:SurfaceListBox Name="listbox" />
0efa1d506f28 Correct compilation + lib
ymh
parents:
diff changeset
    13
	</Grid>
0efa1d506f28 Correct compilation + lib
ymh
parents:
diff changeset
    14
</UserControl>