src/FingersDance.Control.UserPanel/TagVisuSoundControl.xaml
author ARIAS Santiago
Wed, 04 Nov 2009 11:37:36 +0100
changeset 180 1c4ad413c837
child 181 a5b708a9e066
permissions -rw-r--r--
Sound Control Base

<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>