src/FingersDance.Control.UserPanel/TagVisuSoundControl.xaml
changeset 180 1c4ad413c837
child 181 a5b708a9e066
equal deleted inserted replaced
179:97ef988c92c2 180:1c4ad413c837
       
     1 <s:TagVisualization x:Class="FingersDance.Control.UserPanel.TagVisuSoundControl"
       
     2     xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
       
     3     xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
       
     4     xmlns:s="http://schemas.microsoft.com/surface/2008"
       
     5     Loaded="TagVisuSoundControl_Loaded"
       
     6    Height="100" Width="100">
       
     7     <Canvas Background="LightBlue">
       
     8         <Label Name="cameraModel" Content="VolumeControl"/>
       
     9     </Canvas>
       
    10 </s:TagVisualization>