|
|
|
@ -33,7 +33,7 @@ |
|
|
|
|
<!-- 第一排按钮 --> |
|
|
|
|
<Button Grid.Row="0" Height="500" |
|
|
|
|
Background="Transparent" BorderBrush="Transparent" Command="{Binding ShowDiamondSelPageCommand}"> |
|
|
|
|
<Border BorderBrush="Silver" BorderThickness="1" CornerRadius="20" MouseLeave="UIElement_OnMouseLeave" MouseEnter="UIElement_OnMouseEnter"> |
|
|
|
|
<Border BorderBrush="Transparent" BorderThickness="1" CornerRadius="20" MouseLeave="UIElement_OnMouseLeave" MouseEnter="UIElement_OnMouseEnter"> |
|
|
|
|
<Border.Background> |
|
|
|
|
<RadialGradientBrush GradientOrigin="0.5,0.5" Center="0.5,0.5" RadiusX="0.5" RadiusY="0.5"> |
|
|
|
|
<!-- 内部颜色 --> |
|
|
|
@ -65,7 +65,7 @@ |
|
|
|
|
|
|
|
|
|
<!-- 第二排第一个按钮 --> |
|
|
|
|
<Button Grid.Column="0" Command="{Binding ShowConfigPageCommand}" Background="Transparent" BorderBrush="Transparent" Height="300" > |
|
|
|
|
<Border BorderBrush="Silver" BorderThickness="1" CornerRadius="20" MouseLeave="UIElement_OnMouseLeave" MouseEnter="UIElement_OnMouseEnter"> |
|
|
|
|
<Border BorderBrush="Transparent" BorderThickness="1" CornerRadius="20" MouseLeave="UIElement_OnMouseLeave" MouseEnter="UIElement_OnMouseEnter"> |
|
|
|
|
<Border.Background> |
|
|
|
|
<RadialGradientBrush GradientOrigin="0.5,0.5" Center="0.5,0.5" RadiusX="0.5" RadiusY="0.5"> |
|
|
|
|
<!-- 内部颜色 --> |
|
|
|
@ -89,7 +89,7 @@ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<Button Grid.Column="1" Command="{Binding ShowHelperPageCommand}" Background="Transparent" BorderBrush="Transparent" Height="300" > |
|
|
|
|
<Border BorderBrush="Silver" BorderThickness="1" CornerRadius="20" MouseLeave="UIElement_OnMouseLeave" MouseEnter="UIElement_OnMouseEnter"> |
|
|
|
|
<Border BorderBrush="Transparent" BorderThickness="1" CornerRadius="20" MouseLeave="UIElement_OnMouseLeave" MouseEnter="UIElement_OnMouseEnter"> |
|
|
|
|
<Border.Background> |
|
|
|
|
<RadialGradientBrush GradientOrigin="0.5,0.5" Center="0.5,0.5" RadiusX="0.5" RadiusY="0.5"> |
|
|
|
|
<!-- 内部颜色 --> |
|
|
|
|