|
|
@@ -402,13 +402,22 @@ |
|
|
|
Margin="55,100,0,0" |
|
|
|
HorizontalAlignment="Center"> |
|
|
|
|
|
|
|
<Path x:Name="path" Tag="{Binding DeviceName}" Visibility="Collapsed" Fill="LightGreen" Data="M -15,8 L 17,17 C 17,17 19,18 17,19 L 17,19 L -15,28 C -15,28 -17,28.2 -16,26 L -16,26 L -5,18 L -16,10 C -16,10 -17,8.5 -15,8 Z"> |
|
|
|
<Path x:Name="path" Tag="{Binding DeviceName}" Visibility="Collapsed" Data="M -15,8 L 17,17 C 17,17 19,18 17,19 L 17,19 L -15,28 C -15,28 -17,28.2 -16,26 L -16,26 L -5,18 L -16,10 C -16,10 -17,8.5 -15,8 Z"> |
|
|
|
<Path.RenderTransform> |
|
|
|
<TransformGroup> |
|
|
|
<RotateTransform Angle="90"/> |
|
|
|
<TranslateTransform Y="0"/> |
|
|
|
</TransformGroup> |
|
|
|
</Path.RenderTransform> |
|
|
|
<Path.Fill> |
|
|
|
<LinearGradientBrush> |
|
|
|
<LinearGradientBrush.RelativeTransform> |
|
|
|
<RotateTransform Angle="-15"/> |
|
|
|
</LinearGradientBrush.RelativeTransform> |
|
|
|
<GradientStop Color="LightGreen" Offset="0"/> |
|
|
|
<GradientStop Color="LightSeaGreen" Offset="0.6"/> |
|
|
|
</LinearGradientBrush> |
|
|
|
</Path.Fill> |
|
|
|
</Path> |
|
|
|
</StackPanel> |
|
|
|
|
|
|
@@ -556,13 +565,22 @@ |
|
|
|
Margin="55,100,0,0" |
|
|
|
HorizontalAlignment="Center"> |
|
|
|
|
|
|
|
<Path x:Name="path1" Tag="{Binding DeviceName}" Visibility="Collapsed" Fill="LightGreen" Data="M -15,8 L 17,17 C 17,17 19,18 17,19 L 17,19 L -15,28 C -15,28 -17,28.2 -16,26 L -16,26 L -5,18 L -16,10 C -16,10 -17,8.5 -15,8 Z"> |
|
|
|
<Path x:Name="path1" Tag="{Binding DeviceName}" Visibility="Collapsed" Data="M -15,8 L 17,17 C 17,17 19,18 17,19 L 17,19 L -15,28 C -15,28 -17,28.2 -16,26 L -16,26 L -5,18 L -16,10 C -16,10 -17,8.5 -15,8 Z"> |
|
|
|
<Path.RenderTransform> |
|
|
|
<TransformGroup> |
|
|
|
<RotateTransform Angle="90"/> |
|
|
|
<TranslateTransform Y="0"/> |
|
|
|
</TransformGroup> |
|
|
|
</Path.RenderTransform> |
|
|
|
<Path.Fill> |
|
|
|
<LinearGradientBrush> |
|
|
|
<LinearGradientBrush.RelativeTransform> |
|
|
|
<RotateTransform Angle="-15"/> |
|
|
|
</LinearGradientBrush.RelativeTransform> |
|
|
|
<GradientStop Color="LightGreen" Offset="0"/> |
|
|
|
<GradientStop Color="LightSeaGreen" Offset="0.5"/> |
|
|
|
</LinearGradientBrush> |
|
|
|
</Path.Fill> |
|
|
|
</Path> |
|
|
|
</StackPanel> |
|
|
|
<StackPanel |
|
|
|