|
8 | 8 |
|
9 | 9 | <Border x:Name="Root"
|
10 | 10 | Padding="4"
|
11 |
| - Background="{ThemeResource CardBackgroundFillColorDefaultBrush}" |
12 |
| - BorderBrush="{ThemeResource CardStrokeColorDefaultBrush}" |
| 11 | + Background="{ThemeResource DockFillDefaultBrush}" |
| 12 | + BorderBrush="{ThemeResource DockStrokeDefaultBrush}" |
13 | 13 | BorderThickness="1"
|
14 | 14 | CornerRadius="{StaticResource ControlCornerRadius}">
|
15 | 15 | <VisualStateManager.VisualStateGroups>
|
|
18 | 18 | <VisualState.Setters>
|
19 | 19 | <Setter Target="Root.Child">
|
20 | 20 | <Setter.Value>
|
21 |
| - <Border Background="{ThemeResource ControlFillColorDefaultBrush}" |
22 |
| - BorderBrush="{ThemeResource ActiveDockBrush}" |
| 21 | + <Border Background="{ThemeResource DockFillDefaultBrush}" |
| 22 | + BorderBrush="{ThemeResource DockStrokeActiveBrush}" |
23 | 23 | BorderThickness="1,3,1,1"
|
24 | 24 | CornerRadius="2" />
|
25 | 25 | </Setter.Value>
|
|
32 | 32 | <Setter Target="Root.Child">
|
33 | 33 | <Setter.Value>
|
34 | 34 | <Grid>
|
35 |
| - <Border Background="{ThemeResource ControlFillColorDefaultBrush}" |
36 |
| - BorderBrush="{ThemeResource ActiveDockBrush}" |
| 35 | + <Border Background="{ThemeResource DockFillDefaultBrush}" |
| 36 | + BorderBrush="{ThemeResource DockStrokeActiveBrush}" |
37 | 37 | BorderThickness="1,3,1,1"
|
38 | 38 | CornerRadius="2" />
|
39 | 39 | <Line HorizontalAlignment="Center"
|
40 | 40 | Stretch="Fill"
|
41 |
| - Stroke="{ThemeResource ActiveDockBrush}" |
| 41 | + Stroke="{ThemeResource DockStrokeActiveBrush}" |
42 | 42 | StrokeDashArray="3,1"
|
43 | 43 | StrokeThickness="1"
|
44 | 44 | Y2="1" />
|
|
53 | 53 | <Setter Target="Root.Child">
|
54 | 54 | <Setter.Value>
|
55 | 55 | <Grid>
|
56 |
| - <Border Background="{ThemeResource ControlFillColorDefaultBrush}" |
57 |
| - BorderBrush="{ThemeResource ActiveDockBrush}" |
| 56 | + <Border Background="{ThemeResource DockFillDefaultBrush}" |
| 57 | + BorderBrush="{ThemeResource DockStrokeActiveBrush}" |
58 | 58 | BorderThickness="1,3,1,1"
|
59 | 59 | CornerRadius="2" />
|
60 | 60 | <Line VerticalAlignment="Center"
|
61 | 61 | Stretch="Fill"
|
62 |
| - Stroke="{ThemeResource ActiveDockBrush}" |
| 62 | + Stroke="{ThemeResource DockStrokeActiveBrush}" |
63 | 63 | StrokeDashArray="3,1"
|
64 | 64 | StrokeThickness="1"
|
65 | 65 | X2="1" />
|
|
74 | 74 | <Setter Target="Root.Child">
|
75 | 75 | <Setter.Value>
|
76 | 76 | <Grid>
|
77 |
| - <Border Background="{ThemeResource ControlFillColorDefaultBrush}" |
78 |
| - BorderBrush="{ThemeResource ActiveDockBrush}" |
| 77 | + <Border Background="{ThemeResource DockFillDefaultBrush}" |
| 78 | + BorderBrush="{ThemeResource DockStrokeActiveBrush}" |
79 | 79 | BorderThickness="1,3,1,1"
|
80 | 80 | CornerRadius="2" />
|
81 | 81 | <Line HorizontalAlignment="Center"
|
82 | 82 | Stretch="Fill"
|
83 |
| - Stroke="{ThemeResource ActiveDockBrush}" |
| 83 | + Stroke="{ThemeResource DockStrokeActiveBrush}" |
84 | 84 | StrokeDashArray="3,1"
|
85 | 85 | StrokeThickness="1"
|
86 | 86 | Y2="1" />
|
|
95 | 95 | <Setter Target="Root.Child">
|
96 | 96 | <Setter.Value>
|
97 | 97 | <Grid>
|
98 |
| - <Border Background="{ThemeResource ControlFillColorDefaultBrush}" |
99 |
| - BorderBrush="{ThemeResource ActiveDockBrush}" |
| 98 | + <Border Background="{ThemeResource DockFillDefaultBrush}" |
| 99 | + BorderBrush="{ThemeResource DockStrokeActiveBrush}" |
100 | 100 | BorderThickness="1,3,1,1"
|
101 | 101 | CornerRadius="2" />
|
102 | 102 | <Line VerticalAlignment="Center"
|
103 | 103 | Stretch="Fill"
|
104 |
| - Stroke="{ThemeResource ActiveDockBrush}" |
| 104 | + Stroke="{ThemeResource DockStrokeActiveBrush}" |
105 | 105 | StrokeDashArray="3,1"
|
106 | 106 | StrokeThickness="1"
|
107 | 107 | X2="1" />
|
|
122 | 122 | </Grid.ColumnDefinitions>
|
123 | 123 |
|
124 | 124 | <Border Grid.Column="0"
|
125 |
| - Background="{ThemeResource ControlFillColorDefaultBrush}" |
126 |
| - BorderBrush="{ThemeResource ActiveDockBrush}" |
| 125 | + Background="{ThemeResource DockFillDefaultBrush}" |
| 126 | + BorderBrush="{ThemeResource DockStrokeActiveBrush}" |
127 | 127 | BorderThickness="1,3,1,1"
|
128 | 128 | CornerRadius="2" />
|
129 | 129 |
|
|
149 | 149 | </Grid.RowDefinitions>
|
150 | 150 |
|
151 | 151 | <Border Grid.Row="0"
|
152 |
| - Background="{ThemeResource ControlFillColorDefaultBrush}" |
153 |
| - BorderBrush="{ThemeResource ActiveDockBrush}" |
| 152 | + Background="{ThemeResource DockFillDefaultBrush}" |
| 153 | + BorderBrush="{ThemeResource DockStrokeActiveBrush}" |
154 | 154 | BorderThickness="1,3,1,1"
|
155 | 155 | CornerRadius="2" />
|
156 | 156 |
|
|
182 | 182 | Glyph="" />
|
183 | 183 |
|
184 | 184 | <Border Grid.Column="1"
|
185 |
| - Background="{ThemeResource ControlFillColorDefaultBrush}" |
186 |
| - BorderBrush="{ThemeResource ActiveDockBrush}" |
| 185 | + Background="{ThemeResource DockFillDefaultBrush}" |
| 186 | + BorderBrush="{ThemeResource DockStrokeActiveBrush}" |
187 | 187 | BorderThickness="1,3,1,1"
|
188 | 188 | CornerRadius="2" />
|
189 | 189 | </Grid>
|
|
209 | 209 | Glyph="" />
|
210 | 210 |
|
211 | 211 | <Border Grid.Row="1"
|
212 |
| - Background="{ThemeResource ControlFillColorDefaultBrush}" |
213 |
| - BorderBrush="{ThemeResource ActiveDockBrush}" |
| 212 | + Background="{ThemeResource DockFillDefaultBrush}" |
| 213 | + BorderBrush="{ThemeResource DockStrokeActiveBrush}" |
214 | 214 | BorderThickness="1,3,1,1"
|
215 | 215 | CornerRadius="2" />
|
216 | 216 | </Grid>
|
|
0 commit comments