src/FingersDance.Control.UserPanel/TagVisuSoundControl.xaml
author cavaliet
Thu, 05 Nov 2009 13:13:52 +0100
changeset 187 b266af50744c
parent 181 a5b708a9e066
child 188 e642ad0c366b
permissions -rw-r--r--
Change file and event names for code to be clearer and more coherent with the project and cuttings organisation
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
180
1c4ad413c837 Sound Control Base
ARIAS Santiago
parents:
diff changeset
     1
<s:TagVisualization x:Class="FingersDance.Control.UserPanel.TagVisuSoundControl"
1c4ad413c837 Sound Control Base
ARIAS Santiago
parents:
diff changeset
     2
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
1c4ad413c837 Sound Control Base
ARIAS Santiago
parents:
diff changeset
     3
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
1c4ad413c837 Sound Control Base
ARIAS Santiago
parents:
diff changeset
     4
    xmlns:s="http://schemas.microsoft.com/surface/2008"
1c4ad413c837 Sound Control Base
ARIAS Santiago
parents:
diff changeset
     5
    Loaded="TagVisuSoundControl_Loaded"
1c4ad413c837 Sound Control Base
ARIAS Santiago
parents:
diff changeset
     6
   Height="100" Width="100">
1c4ad413c837 Sound Control Base
ARIAS Santiago
parents:
diff changeset
     7
    <Canvas Background="LightBlue">
181
a5b708a9e066 Tag Control Continuation
ARIAS Santiago
parents: 180
diff changeset
     8
        <Label Name="volumeModel" Content="VolumeControl"/>
180
1c4ad413c837 Sound Control Base
ARIAS Santiago
parents:
diff changeset
     9
    </Canvas>
1c4ad413c837 Sound Control Base
ARIAS Santiago
parents:
diff changeset
    10
</s:TagVisualization>