|
20 | 20 | <Setter Property="Spacing" Value="24" /> |
21 | 21 | </Style> |
22 | 22 |
|
23 | | - |
24 | 23 | <Style x:Key="GridExampleControlStyle" TargetType="Grid"> |
25 | 24 | <Setter Property="Background" Value="{ThemeResource ApplicationPageBackgroundThemeBrush}" /> |
26 | 25 | <Setter Property="BorderBrush" Value="{ThemeResource DividerStrokeColorDefaultBrush}" /> |
|
99 | 98 | Margin="0,0,24,0" |
100 | 99 | Orientation="Horizontal" |
101 | 100 | Spacing="24"> |
| 101 | + |
102 | 102 | <Grid VerticalAlignment="Stretch"> |
103 | 103 | <Grid.RowDefinitions> |
104 | 104 | <RowDefinition Height="*" /> |
|
139 | 139 |
|
140 | 140 | </Grid> |
141 | 141 | </StackPanel> |
142 | | - |
143 | 142 | </Grid> |
144 | 143 |
|
145 | 144 | <AppBarSeparator Grid.Column="1" /> |
146 | 145 |
|
147 | | - |
148 | 146 | <!-- Custom Example Controls --> |
149 | 147 | <Grid Grid.Column="2" HorizontalAlignment="Stretch"> |
150 | 148 | <Grid.RowDefinitions> |
|
193 | 191 | Style="{StaticResource TextExampleCaptionStyle}" |
194 | 192 | Text="LeftToRight" /> |
195 | 193 |
|
196 | | - |
197 | 194 | <controls:StorageRing |
198 | 195 | x:Name="ringCustom2" |
199 | 196 | Grid.Row="0" |
|
220 | 217 | Text="RightToLeft" /> |
221 | 218 |
|
222 | 219 | </Grid> |
223 | | - |
224 | 220 | </Grid> |
225 | | - |
226 | | - |
227 | | - |
228 | 221 | </Grid> |
229 | 222 |
|
230 | | - |
231 | 223 | <!-- Customisation Controls --> |
232 | 224 | <StackPanel |
233 | 225 | Grid.Column="1" |
|
304 | 296 | SpinButtonPlacementMode="Compact" |
305 | 297 | Value="4" /> |
306 | 298 | </Grid> |
307 | | - |
308 | | - |
309 | 299 | </StackPanel> |
310 | | - |
311 | 300 | </Grid> |
312 | | - |
313 | 301 | </StackPanel> |
314 | 302 |
|
315 | | - |
316 | | - |
317 | | - |
318 | 303 | <!-- Storage Bar --> |
319 | 304 | <StackPanel Spacing="8"> |
320 | 305 |
|
|
363 | 348 | <RowDefinition Height="*" /> |
364 | 349 | </Grid.RowDefinitions> |
365 | 350 |
|
366 | | - |
367 | 351 | <Grid Grid.Row="0" VerticalAlignment="Stretch"> |
368 | 352 | <Grid.ColumnDefinitions> |
369 | 353 | <ColumnDefinition Width="*" /> |
|
376 | 360 | Style="{StaticResource TextExampleCaptionStyle}" |
377 | 361 | Text="LeftToRight" /> |
378 | 362 |
|
379 | | - |
380 | 363 | <controls:StorageBar |
381 | 364 | Grid.Column="1" |
382 | 365 | VerticalAlignment="Center" |
|
398 | 381 | Style="{StaticResource TextExampleCaptionStyle}" |
399 | 382 | Text="RightToLeft" /> |
400 | 383 |
|
401 | | - |
402 | | - |
403 | 384 | <controls:StorageBar |
404 | 385 | Grid.Column="1" |
405 | 386 | VerticalAlignment="Center" |
|
409 | 390 |
|
410 | 391 | </Grid> |
411 | 392 | </Grid> |
412 | | - |
413 | 393 | </Grid> |
414 | 394 |
|
415 | 395 | <AppBarSeparator Grid.Column="1" /> |
416 | 396 |
|
417 | | - |
418 | 397 | <!-- Custom Example Controls --> |
419 | 398 | <Grid Grid.Column="2" HorizontalAlignment="Stretch"> |
420 | 399 | <Grid.RowDefinitions> |
|
462 | 441 | Style="{StaticResource TextExampleCaptionStyle}" |
463 | 442 | Text="LeftToRight" /> |
464 | 443 |
|
465 | | - |
466 | | - |
467 | 444 | <controls:StorageBar |
468 | 445 | x:Name="BarCustom02" |
469 | 446 | Grid.Row="1" |
|
489 | 466 | Text="RightToLeft" /> |
490 | 467 |
|
491 | 468 | </Grid> |
492 | | - |
493 | 469 | </Grid> |
494 | | - |
495 | | - |
496 | | - |
497 | 470 | </Grid> |
498 | 471 |
|
499 | | - |
500 | 472 | <!-- Customisation Controls --> |
501 | 473 | <StackPanel |
502 | 474 | Grid.Column="1" |
|
529 | 501 | <ColumnDefinition Width="*" /> |
530 | 502 | <ColumnDefinition Width="*" /> |
531 | 503 | </Grid.ColumnDefinitions> |
| 504 | + |
532 | 505 | <NumberBox |
533 | 506 | x:Name="barTestValueThickness" |
534 | 507 | Grid.Column="0" |
|
546 | 519 | Minimum="2" |
547 | 520 | SpinButtonPlacementMode="Compact" |
548 | 521 | Value="4" /> |
549 | | - </Grid> |
550 | 522 |
|
| 523 | + </Grid> |
551 | 524 | </StackPanel> |
552 | | - |
553 | 525 | </Grid> |
554 | | - |
555 | 526 | </StackPanel> |
556 | | - |
557 | 527 | </StackPanel> |
558 | | - |
559 | 528 | </Grid> |
560 | 529 |
|
561 | 530 | </Page> |
0 commit comments