src/FingersDance.Control.UserPanel/TagVisuSoundControl.xaml
author ARIAS Santiago
Fri, 13 Nov 2009 22:11:50 +0100
changeset 198 37c16056c45b
parent 188 e642ad0c366b
permissions -rw-r--r--
Resize InkCanevas Gesture Control
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"
188
e642ad0c366b Tag Visualisation Control Sound (Use Byte Value "01") and Mute all other Players opened
ARIAS Santiago
parents: 181
diff changeset
     6
    Height="150" Width="150" 
e642ad0c366b Tag Visualisation Control Sound (Use Byte Value "01") and Mute all other Players opened
ARIAS Santiago
parents: 181
diff changeset
     7
    x:Name="tagVisualization" >
e642ad0c366b Tag Visualisation Control Sound (Use Byte Value "01") and Mute all other Players opened
ARIAS Santiago
parents: 181
diff changeset
     8
    <Grid Background="{x:Null}">
e642ad0c366b Tag Visualisation Control Sound (Use Byte Value "01") and Mute all other Players opened
ARIAS Santiago
parents: 181
diff changeset
     9
		<Ellipse Stroke="{x:Null}" Fill="#31FFFFFF"/>
e642ad0c366b Tag Visualisation Control Sound (Use Byte Value "01") and Mute all other Players opened
ARIAS Santiago
parents: 181
diff changeset
    10
    	<Label 
e642ad0c366b Tag Visualisation Control Sound (Use Byte Value "01") and Mute all other Players opened
ARIAS Santiago
parents: 181
diff changeset
    11
    		x:Name="volumeModel" 
e642ad0c366b Tag Visualisation Control Sound (Use Byte Value "01") and Mute all other Players opened
ARIAS Santiago
parents: 181
diff changeset
    12
    		HorizontalAlignment="Left" 
e642ad0c366b Tag Visualisation Control Sound (Use Byte Value "01") and Mute all other Players opened
ARIAS Santiago
parents: 181
diff changeset
    13
    		VerticalAlignment="Top" 
e642ad0c366b Tag Visualisation Control Sound (Use Byte Value "01") and Mute all other Players opened
ARIAS Santiago
parents: 181
diff changeset
    14
    		Content="Nada" Background="#FFFFFFFF"/>
e642ad0c366b Tag Visualisation Control Sound (Use Byte Value "01") and Mute all other Players opened
ARIAS Santiago
parents: 181
diff changeset
    15
    	<Ellipse Fill="{x:Null}" Visibility="Hidden" HorizontalAlignment="Center" x:Name="elipse10" VerticalAlignment="Center" Width="150" Height="150" StrokeThickness="3">
e642ad0c366b Tag Visualisation Control Sound (Use Byte Value "01") and Mute all other Players opened
ARIAS Santiago
parents: 181
diff changeset
    16
    		<Ellipse.Stroke>
e642ad0c366b Tag Visualisation Control Sound (Use Byte Value "01") and Mute all other Players opened
ARIAS Santiago
parents: 181
diff changeset
    17
    			<RadialGradientBrush>
e642ad0c366b Tag Visualisation Control Sound (Use Byte Value "01") and Mute all other Players opened
ARIAS Santiago
parents: 181
diff changeset
    18
    				<GradientStop Color="#FFFFFFFF" Offset="0"/>
e642ad0c366b Tag Visualisation Control Sound (Use Byte Value "01") and Mute all other Players opened
ARIAS Santiago
parents: 181
diff changeset
    19
    				<GradientStop Color="#FFBFBFBF" Offset="1"/>
e642ad0c366b Tag Visualisation Control Sound (Use Byte Value "01") and Mute all other Players opened
ARIAS Santiago
parents: 181
diff changeset
    20
    			</RadialGradientBrush>
e642ad0c366b Tag Visualisation Control Sound (Use Byte Value "01") and Mute all other Players opened
ARIAS Santiago
parents: 181
diff changeset
    21
    		</Ellipse.Stroke>
e642ad0c366b Tag Visualisation Control Sound (Use Byte Value "01") and Mute all other Players opened
ARIAS Santiago
parents: 181
diff changeset
    22
    	</Ellipse>
e642ad0c366b Tag Visualisation Control Sound (Use Byte Value "01") and Mute all other Players opened
ARIAS Santiago
parents: 181
diff changeset
    23
    	<Ellipse StrokeThickness="3" Margin="0,0,0,0" Width="140" Height="140" HorizontalAlignment="Center" VerticalAlignment="Center" x:Name="elipse09" Fill="{x:Null}" Visibility="Hidden">
e642ad0c366b Tag Visualisation Control Sound (Use Byte Value "01") and Mute all other Players opened
ARIAS Santiago
parents: 181
diff changeset
    24
    		<Ellipse.Stroke>
e642ad0c366b Tag Visualisation Control Sound (Use Byte Value "01") and Mute all other Players opened
ARIAS Santiago
parents: 181
diff changeset
    25
    			<RadialGradientBrush>
e642ad0c366b Tag Visualisation Control Sound (Use Byte Value "01") and Mute all other Players opened
ARIAS Santiago
parents: 181
diff changeset
    26
    				<GradientStop Color="#FFFFFFFF" Offset="0"/>
e642ad0c366b Tag Visualisation Control Sound (Use Byte Value "01") and Mute all other Players opened
ARIAS Santiago
parents: 181
diff changeset
    27
    				<GradientStop Color="#FFBFBFBF" Offset="1"/>
e642ad0c366b Tag Visualisation Control Sound (Use Byte Value "01") and Mute all other Players opened
ARIAS Santiago
parents: 181
diff changeset
    28
    			</RadialGradientBrush>
e642ad0c366b Tag Visualisation Control Sound (Use Byte Value "01") and Mute all other Players opened
ARIAS Santiago
parents: 181
diff changeset
    29
    		</Ellipse.Stroke>
e642ad0c366b Tag Visualisation Control Sound (Use Byte Value "01") and Mute all other Players opened
ARIAS Santiago
parents: 181
diff changeset
    30
    	</Ellipse>
e642ad0c366b Tag Visualisation Control Sound (Use Byte Value "01") and Mute all other Players opened
ARIAS Santiago
parents: 181
diff changeset
    31
    	<Ellipse StrokeThickness="3" Margin="0,0,0,0" Width="130" Height="130" HorizontalAlignment="Center" VerticalAlignment="Center" x:Name="elipse08" Fill="{x:Null}" Visibility="Hidden">
e642ad0c366b Tag Visualisation Control Sound (Use Byte Value "01") and Mute all other Players opened
ARIAS Santiago
parents: 181
diff changeset
    32
    		<Ellipse.Stroke>
e642ad0c366b Tag Visualisation Control Sound (Use Byte Value "01") and Mute all other Players opened
ARIAS Santiago
parents: 181
diff changeset
    33
    			<RadialGradientBrush>
e642ad0c366b Tag Visualisation Control Sound (Use Byte Value "01") and Mute all other Players opened
ARIAS Santiago
parents: 181
diff changeset
    34
    				<GradientStop Color="#FFFFFFFF" Offset="0"/>
e642ad0c366b Tag Visualisation Control Sound (Use Byte Value "01") and Mute all other Players opened
ARIAS Santiago
parents: 181
diff changeset
    35
    				<GradientStop Color="#FFBFBFBF" Offset="1"/>
e642ad0c366b Tag Visualisation Control Sound (Use Byte Value "01") and Mute all other Players opened
ARIAS Santiago
parents: 181
diff changeset
    36
    			</RadialGradientBrush>
e642ad0c366b Tag Visualisation Control Sound (Use Byte Value "01") and Mute all other Players opened
ARIAS Santiago
parents: 181
diff changeset
    37
    		</Ellipse.Stroke>
e642ad0c366b Tag Visualisation Control Sound (Use Byte Value "01") and Mute all other Players opened
ARIAS Santiago
parents: 181
diff changeset
    38
    	</Ellipse>
e642ad0c366b Tag Visualisation Control Sound (Use Byte Value "01") and Mute all other Players opened
ARIAS Santiago
parents: 181
diff changeset
    39
    	<Ellipse StrokeThickness="3" Margin="0,0,0,0" Width="120" Height="120" HorizontalAlignment="Center" VerticalAlignment="Center" x:Name="elipse07" Fill="{x:Null}" Visibility="Hidden">
e642ad0c366b Tag Visualisation Control Sound (Use Byte Value "01") and Mute all other Players opened
ARIAS Santiago
parents: 181
diff changeset
    40
    		<Ellipse.Stroke>
e642ad0c366b Tag Visualisation Control Sound (Use Byte Value "01") and Mute all other Players opened
ARIAS Santiago
parents: 181
diff changeset
    41
    			<RadialGradientBrush>
e642ad0c366b Tag Visualisation Control Sound (Use Byte Value "01") and Mute all other Players opened
ARIAS Santiago
parents: 181
diff changeset
    42
    				<GradientStop Color="#FFFFFFFF" Offset="0"/>
e642ad0c366b Tag Visualisation Control Sound (Use Byte Value "01") and Mute all other Players opened
ARIAS Santiago
parents: 181
diff changeset
    43
    				<GradientStop Color="#FFBFBFBF" Offset="1"/>
e642ad0c366b Tag Visualisation Control Sound (Use Byte Value "01") and Mute all other Players opened
ARIAS Santiago
parents: 181
diff changeset
    44
    			</RadialGradientBrush>
e642ad0c366b Tag Visualisation Control Sound (Use Byte Value "01") and Mute all other Players opened
ARIAS Santiago
parents: 181
diff changeset
    45
    		</Ellipse.Stroke>
e642ad0c366b Tag Visualisation Control Sound (Use Byte Value "01") and Mute all other Players opened
ARIAS Santiago
parents: 181
diff changeset
    46
    	</Ellipse>
e642ad0c366b Tag Visualisation Control Sound (Use Byte Value "01") and Mute all other Players opened
ARIAS Santiago
parents: 181
diff changeset
    47
    	<Ellipse StrokeThickness="3" Margin="0,0,0,0" Width="110" Height="110" HorizontalAlignment="Center" VerticalAlignment="Center" x:Name="elipse06" Fill="{x:Null}" Visibility="Hidden">
e642ad0c366b Tag Visualisation Control Sound (Use Byte Value "01") and Mute all other Players opened
ARIAS Santiago
parents: 181
diff changeset
    48
    		<Ellipse.Stroke>
e642ad0c366b Tag Visualisation Control Sound (Use Byte Value "01") and Mute all other Players opened
ARIAS Santiago
parents: 181
diff changeset
    49
    			<RadialGradientBrush>
e642ad0c366b Tag Visualisation Control Sound (Use Byte Value "01") and Mute all other Players opened
ARIAS Santiago
parents: 181
diff changeset
    50
    				<GradientStop Color="#FFFFFFFF" Offset="0"/>
e642ad0c366b Tag Visualisation Control Sound (Use Byte Value "01") and Mute all other Players opened
ARIAS Santiago
parents: 181
diff changeset
    51
    				<GradientStop Color="#FFBFBFBF" Offset="1"/>
e642ad0c366b Tag Visualisation Control Sound (Use Byte Value "01") and Mute all other Players opened
ARIAS Santiago
parents: 181
diff changeset
    52
    			</RadialGradientBrush>
e642ad0c366b Tag Visualisation Control Sound (Use Byte Value "01") and Mute all other Players opened
ARIAS Santiago
parents: 181
diff changeset
    53
    		</Ellipse.Stroke>
e642ad0c366b Tag Visualisation Control Sound (Use Byte Value "01") and Mute all other Players opened
ARIAS Santiago
parents: 181
diff changeset
    54
    	</Ellipse>
e642ad0c366b Tag Visualisation Control Sound (Use Byte Value "01") and Mute all other Players opened
ARIAS Santiago
parents: 181
diff changeset
    55
    	<Ellipse StrokeThickness="3" Margin="0,0,0,0" Width="100" Height="100" HorizontalAlignment="Center" VerticalAlignment="Center" x:Name="elipse05" Fill="{x:Null}">
e642ad0c366b Tag Visualisation Control Sound (Use Byte Value "01") and Mute all other Players opened
ARIAS Santiago
parents: 181
diff changeset
    56
    		<Ellipse.Stroke>
e642ad0c366b Tag Visualisation Control Sound (Use Byte Value "01") and Mute all other Players opened
ARIAS Santiago
parents: 181
diff changeset
    57
    			<RadialGradientBrush>
e642ad0c366b Tag Visualisation Control Sound (Use Byte Value "01") and Mute all other Players opened
ARIAS Santiago
parents: 181
diff changeset
    58
    				<GradientStop Color="#FFFFFFFF" Offset="0"/>
e642ad0c366b Tag Visualisation Control Sound (Use Byte Value "01") and Mute all other Players opened
ARIAS Santiago
parents: 181
diff changeset
    59
    				<GradientStop Color="#FFBFBFBF" Offset="1"/>
e642ad0c366b Tag Visualisation Control Sound (Use Byte Value "01") and Mute all other Players opened
ARIAS Santiago
parents: 181
diff changeset
    60
    			</RadialGradientBrush>
e642ad0c366b Tag Visualisation Control Sound (Use Byte Value "01") and Mute all other Players opened
ARIAS Santiago
parents: 181
diff changeset
    61
    		</Ellipse.Stroke>
e642ad0c366b Tag Visualisation Control Sound (Use Byte Value "01") and Mute all other Players opened
ARIAS Santiago
parents: 181
diff changeset
    62
    	</Ellipse>
e642ad0c366b Tag Visualisation Control Sound (Use Byte Value "01") and Mute all other Players opened
ARIAS Santiago
parents: 181
diff changeset
    63
    	<Ellipse StrokeThickness="3" Margin="0,0,0,0" Width="90" Height="90" HorizontalAlignment="Center" VerticalAlignment="Center" x:Name="elipse04" Fill="{x:Null}">
e642ad0c366b Tag Visualisation Control Sound (Use Byte Value "01") and Mute all other Players opened
ARIAS Santiago
parents: 181
diff changeset
    64
    		<Ellipse.Stroke>
e642ad0c366b Tag Visualisation Control Sound (Use Byte Value "01") and Mute all other Players opened
ARIAS Santiago
parents: 181
diff changeset
    65
    			<RadialGradientBrush>
e642ad0c366b Tag Visualisation Control Sound (Use Byte Value "01") and Mute all other Players opened
ARIAS Santiago
parents: 181
diff changeset
    66
    				<GradientStop Color="#FFFFFFFF" Offset="0"/>
e642ad0c366b Tag Visualisation Control Sound (Use Byte Value "01") and Mute all other Players opened
ARIAS Santiago
parents: 181
diff changeset
    67
    				<GradientStop Color="#FFBFBFBF" Offset="1"/>
e642ad0c366b Tag Visualisation Control Sound (Use Byte Value "01") and Mute all other Players opened
ARIAS Santiago
parents: 181
diff changeset
    68
    			</RadialGradientBrush>
e642ad0c366b Tag Visualisation Control Sound (Use Byte Value "01") and Mute all other Players opened
ARIAS Santiago
parents: 181
diff changeset
    69
    		</Ellipse.Stroke>
e642ad0c366b Tag Visualisation Control Sound (Use Byte Value "01") and Mute all other Players opened
ARIAS Santiago
parents: 181
diff changeset
    70
    	</Ellipse>
e642ad0c366b Tag Visualisation Control Sound (Use Byte Value "01") and Mute all other Players opened
ARIAS Santiago
parents: 181
diff changeset
    71
    	<Ellipse StrokeThickness="3" Margin="0,0,0,0" Width="80" Height="80" HorizontalAlignment="Center" VerticalAlignment="Center" x:Name="elipse03" Fill="{x:Null}">
e642ad0c366b Tag Visualisation Control Sound (Use Byte Value "01") and Mute all other Players opened
ARIAS Santiago
parents: 181
diff changeset
    72
    		<Ellipse.Stroke>
e642ad0c366b Tag Visualisation Control Sound (Use Byte Value "01") and Mute all other Players opened
ARIAS Santiago
parents: 181
diff changeset
    73
    			<RadialGradientBrush>
e642ad0c366b Tag Visualisation Control Sound (Use Byte Value "01") and Mute all other Players opened
ARIAS Santiago
parents: 181
diff changeset
    74
    				<GradientStop Color="#FFFFFFFF" Offset="0"/>
e642ad0c366b Tag Visualisation Control Sound (Use Byte Value "01") and Mute all other Players opened
ARIAS Santiago
parents: 181
diff changeset
    75
    				<GradientStop Color="#FFBFBFBF" Offset="1"/>
e642ad0c366b Tag Visualisation Control Sound (Use Byte Value "01") and Mute all other Players opened
ARIAS Santiago
parents: 181
diff changeset
    76
    			</RadialGradientBrush>
e642ad0c366b Tag Visualisation Control Sound (Use Byte Value "01") and Mute all other Players opened
ARIAS Santiago
parents: 181
diff changeset
    77
    		</Ellipse.Stroke>
e642ad0c366b Tag Visualisation Control Sound (Use Byte Value "01") and Mute all other Players opened
ARIAS Santiago
parents: 181
diff changeset
    78
    	</Ellipse>
e642ad0c366b Tag Visualisation Control Sound (Use Byte Value "01") and Mute all other Players opened
ARIAS Santiago
parents: 181
diff changeset
    79
    	<Ellipse Width="70" Height="70" StrokeThickness="3" HorizontalAlignment="Center" VerticalAlignment="Center" x:Name="elipse02" Fill="{x:Null}">
e642ad0c366b Tag Visualisation Control Sound (Use Byte Value "01") and Mute all other Players opened
ARIAS Santiago
parents: 181
diff changeset
    80
    		<Ellipse.Stroke>
e642ad0c366b Tag Visualisation Control Sound (Use Byte Value "01") and Mute all other Players opened
ARIAS Santiago
parents: 181
diff changeset
    81
    			<RadialGradientBrush>
e642ad0c366b Tag Visualisation Control Sound (Use Byte Value "01") and Mute all other Players opened
ARIAS Santiago
parents: 181
diff changeset
    82
    				<GradientStop Color="#FFFFFFFF" Offset="0"/>
e642ad0c366b Tag Visualisation Control Sound (Use Byte Value "01") and Mute all other Players opened
ARIAS Santiago
parents: 181
diff changeset
    83
    				<GradientStop Color="#FFBFBFBF" Offset="1"/>
e642ad0c366b Tag Visualisation Control Sound (Use Byte Value "01") and Mute all other Players opened
ARIAS Santiago
parents: 181
diff changeset
    84
    			</RadialGradientBrush>
e642ad0c366b Tag Visualisation Control Sound (Use Byte Value "01") and Mute all other Players opened
ARIAS Santiago
parents: 181
diff changeset
    85
    		</Ellipse.Stroke>
e642ad0c366b Tag Visualisation Control Sound (Use Byte Value "01") and Mute all other Players opened
ARIAS Santiago
parents: 181
diff changeset
    86
    	</Ellipse>
e642ad0c366b Tag Visualisation Control Sound (Use Byte Value "01") and Mute all other Players opened
ARIAS Santiago
parents: 181
diff changeset
    87
    	<Ellipse Width="60" Height="60" StrokeThickness="3" HorizontalAlignment="Center" VerticalAlignment="Center" x:Name="elipse01" Fill="{x:Null}">
e642ad0c366b Tag Visualisation Control Sound (Use Byte Value "01") and Mute all other Players opened
ARIAS Santiago
parents: 181
diff changeset
    88
    		<Ellipse.Stroke>
e642ad0c366b Tag Visualisation Control Sound (Use Byte Value "01") and Mute all other Players opened
ARIAS Santiago
parents: 181
diff changeset
    89
    			<RadialGradientBrush>
e642ad0c366b Tag Visualisation Control Sound (Use Byte Value "01") and Mute all other Players opened
ARIAS Santiago
parents: 181
diff changeset
    90
    				<GradientStop Color="#FFFFFFFF" Offset="0"/>
e642ad0c366b Tag Visualisation Control Sound (Use Byte Value "01") and Mute all other Players opened
ARIAS Santiago
parents: 181
diff changeset
    91
    				<GradientStop Color="#FFBFBFBF" Offset="1"/>
e642ad0c366b Tag Visualisation Control Sound (Use Byte Value "01") and Mute all other Players opened
ARIAS Santiago
parents: 181
diff changeset
    92
    			</RadialGradientBrush>
e642ad0c366b Tag Visualisation Control Sound (Use Byte Value "01") and Mute all other Players opened
ARIAS Santiago
parents: 181
diff changeset
    93
    		</Ellipse.Stroke>
e642ad0c366b Tag Visualisation Control Sound (Use Byte Value "01") and Mute all other Players opened
ARIAS Santiago
parents: 181
diff changeset
    94
    	</Ellipse>
e642ad0c366b Tag Visualisation Control Sound (Use Byte Value "01") and Mute all other Players opened
ARIAS Santiago
parents: 181
diff changeset
    95
	</Grid>
180
1c4ad413c837 Sound Control Base
ARIAS Santiago
parents:
diff changeset
    96
</s:TagVisualization>