|
|
|
@ -2,6 +2,9 @@
|
|
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
|
|
Width="105" Height="55">
|
|
|
|
Width="105" Height="55">
|
|
|
|
|
|
|
|
<UserControl.Effect>
|
|
|
|
|
|
|
|
<DropShadowEffect ShadowDepth="1" BlurRadius="16" Color="#FF686767" Opacity="0.3" />
|
|
|
|
|
|
|
|
</UserControl.Effect>
|
|
|
|
<Border x:Name="ControlBorder" BorderBrush="LightGray" BorderThickness="1,1,1,1" CornerRadius="6">
|
|
|
|
<Border x:Name="ControlBorder" BorderBrush="LightGray" BorderThickness="1,1,1,1" CornerRadius="6">
|
|
|
|
<StackPanel Margin="2,2,2,2">
|
|
|
|
<StackPanel Margin="2,2,2,2">
|
|
|
|
<TextBlock Text="{Binding ConnectionState}" Foreground="Gold" FontSize="10" TextAlignment="Center" />
|
|
|
|
<TextBlock Text="{Binding ConnectionState}" Foreground="Gold" FontSize="10" TextAlignment="Center" />
|
|
|
|
|