--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/src/FingersDance.Control.UserPanel/TagVisuSoundControl.xaml Wed Nov 04 11:37:36 2009 +0100
@@ -0,0 +1,10 @@
+<s:TagVisualization x:Class="FingersDance.Control.UserPanel.TagVisuSoundControl"
+ xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
+ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
+ xmlns:s="http://schemas.microsoft.com/surface/2008"
+ Loaded="TagVisuSoundControl_Loaded"
+ Height="100" Width="100">
+ <Canvas Background="LightBlue">
+ <Label Name="cameraModel" Content="VolumeControl"/>
+ </Canvas>
+</s:TagVisualization>