|
117 | 117 |
|
118 | 118 | <Style Selector="^ /template/ LayoutTransformControl">
|
119 | 119 | <Setter Property="LayoutTransform">
|
120 |
| - <Setter.Value> |
121 |
| - <RotateTransform Angle="-90" /> |
122 |
| - </Setter.Value> |
| 120 | + <RotateTransform Angle="-90" /> |
123 | 121 | </Setter>
|
124 | 122 | </Style>
|
125 | 123 |
|
|
360 | 358 | BasedOn="{StaticResource ProgressBarStripeBaseStyle}"
|
361 | 359 | TargetType="ProgressBar">
|
362 | 360 | <Setter Property="Foreground">
|
363 |
| - <Setter.Value> |
364 |
| - <DrawingBrush TileMode="Tile" |
365 |
| - SourceRect="0,0,20,32" |
366 |
| - DestinationRect="0,0,20,32" |
367 |
| - Stretch="None"> |
368 |
| - <DrawingBrush.Transform> |
369 |
| - <RotateTransform Angle="20" /> |
370 |
| - </DrawingBrush.Transform> |
371 |
| - <DrawingBrush.Drawing> |
372 |
| - <GeometryDrawing Brush="{StaticResource SuccessStripeBrush}"> |
373 |
| - <GeometryDrawing.Geometry> |
374 |
| - <RectangleGeometry Rect="0,0,20,32" /> |
375 |
| - </GeometryDrawing.Geometry> |
376 |
| - </GeometryDrawing> |
377 |
| - </DrawingBrush.Drawing> |
378 |
| - </DrawingBrush> |
379 |
| - </Setter.Value> |
| 361 | + <DrawingBrush TileMode="Tile" |
| 362 | + SourceRect="0,0,20,32" |
| 363 | + DestinationRect="0,0,20,32" |
| 364 | + Stretch="None"> |
| 365 | + <DrawingBrush.Transform> |
| 366 | + <RotateTransform Angle="20" /> |
| 367 | + </DrawingBrush.Transform> |
| 368 | + <DrawingBrush.Drawing> |
| 369 | + <GeometryDrawing Brush="{StaticResource SuccessStripeBrush}"> |
| 370 | + <GeometryDrawing.Geometry> |
| 371 | + <RectangleGeometry Rect="0,0,20,32" /> |
| 372 | + </GeometryDrawing.Geometry> |
| 373 | + </GeometryDrawing> |
| 374 | + </DrawingBrush.Drawing> |
| 375 | + </DrawingBrush> |
380 | 376 | </Setter>
|
381 | 377 |
|
382 | 378 | <Style Selector="^:vertical /template/ Border#BorderStripe, ^:vertical /template/ Border#PART_IndeterminateIndicator">
|
|
417 | 413 | BasedOn="{StaticResource ProgressBarStripeBaseStyle}"
|
418 | 414 | TargetType="ProgressBar">
|
419 | 415 | <Setter Property="Foreground">
|
420 |
| - <Setter.Value> |
421 |
| - <DrawingBrush TileMode="Tile" |
422 |
| - SourceRect="0,0,20,32" |
423 |
| - DestinationRect="0,0,20,32" |
424 |
| - Stretch="None"> |
425 |
| - <DrawingBrush.Transform> |
426 |
| - <RotateTransform Angle="20" /> |
427 |
| - </DrawingBrush.Transform> |
428 |
| - <DrawingBrush.Drawing> |
429 |
| - <GeometryDrawing Brush="{StaticResource InfoStripeBrush}"> |
430 |
| - <GeometryDrawing.Geometry> |
431 |
| - <RectangleGeometry Rect="0,0,20,32" /> |
432 |
| - </GeometryDrawing.Geometry> |
433 |
| - </GeometryDrawing> |
434 |
| - </DrawingBrush.Drawing> |
435 |
| - </DrawingBrush> |
436 |
| - </Setter.Value> |
| 416 | + <DrawingBrush TileMode="Tile" |
| 417 | + SourceRect="0,0,20,32" |
| 418 | + DestinationRect="0,0,20,32" |
| 419 | + Stretch="None"> |
| 420 | + <DrawingBrush.Transform> |
| 421 | + <RotateTransform Angle="20" /> |
| 422 | + </DrawingBrush.Transform> |
| 423 | + <DrawingBrush.Drawing> |
| 424 | + <GeometryDrawing Brush="{StaticResource InfoStripeBrush}"> |
| 425 | + <GeometryDrawing.Geometry> |
| 426 | + <RectangleGeometry Rect="0,0,20,32" /> |
| 427 | + </GeometryDrawing.Geometry> |
| 428 | + </GeometryDrawing> |
| 429 | + </DrawingBrush.Drawing> |
| 430 | + </DrawingBrush> |
437 | 431 | </Setter>
|
438 | 432 |
|
439 | 433 | <Style Selector="^:vertical /template/ Border#BorderStripe, ^:vertical /template/ Border#PART_IndeterminateIndicator">
|
|
474 | 468 | BasedOn="{StaticResource ProgressBarStripeBaseStyle}"
|
475 | 469 | TargetType="ProgressBar">
|
476 | 470 | <Setter Property="Foreground">
|
477 |
| - <Setter.Value> |
478 |
| - <DrawingBrush TileMode="Tile" |
479 |
| - SourceRect="0,0,20,32" |
480 |
| - DestinationRect="0,0,20,32" |
481 |
| - Stretch="None"> |
482 |
| - <DrawingBrush.Transform> |
483 |
| - <RotateTransform Angle="20" /> |
484 |
| - </DrawingBrush.Transform> |
485 |
| - <DrawingBrush.Drawing> |
486 |
| - <GeometryDrawing Brush="{StaticResource WarningStripeBrush}"> |
487 |
| - <GeometryDrawing.Geometry> |
488 |
| - <RectangleGeometry Rect="0,0,20,32" /> |
489 |
| - </GeometryDrawing.Geometry> |
490 |
| - </GeometryDrawing> |
491 |
| - </DrawingBrush.Drawing> |
492 |
| - </DrawingBrush> |
493 |
| - </Setter.Value> |
| 471 | + <DrawingBrush TileMode="Tile" |
| 472 | + SourceRect="0,0,20,32" |
| 473 | + DestinationRect="0,0,20,32" |
| 474 | + Stretch="None"> |
| 475 | + <DrawingBrush.Transform> |
| 476 | + <RotateTransform Angle="20" /> |
| 477 | + </DrawingBrush.Transform> |
| 478 | + <DrawingBrush.Drawing> |
| 479 | + <GeometryDrawing Brush="{StaticResource WarningStripeBrush}"> |
| 480 | + <GeometryDrawing.Geometry> |
| 481 | + <RectangleGeometry Rect="0,0,20,32" /> |
| 482 | + </GeometryDrawing.Geometry> |
| 483 | + </GeometryDrawing> |
| 484 | + </DrawingBrush.Drawing> |
| 485 | + </DrawingBrush> |
494 | 486 | </Setter>
|
495 | 487 |
|
496 | 488 | <Style Selector="^:vertical /template/ Border#BorderStripe, ^:vertical /template/ Border#PART_IndeterminateIndicator">
|
|
531 | 523 | BasedOn="{StaticResource ProgressBarStripeBaseStyle}"
|
532 | 524 | TargetType="ProgressBar">
|
533 | 525 | <Setter Property="Foreground">
|
534 |
| - <Setter.Value> |
535 |
| - <DrawingBrush TileMode="Tile" |
536 |
| - SourceRect="0,0,20,32" |
537 |
| - DestinationRect="0,0,20,32" |
538 |
| - Stretch="None"> |
539 |
| - <DrawingBrush.Transform> |
540 |
| - <RotateTransform Angle="20" /> |
541 |
| - </DrawingBrush.Transform> |
542 |
| - <DrawingBrush.Drawing> |
543 |
| - <GeometryDrawing Brush="{StaticResource DangerStripeBrush}"> |
544 |
| - <GeometryDrawing.Geometry> |
545 |
| - <RectangleGeometry Rect="0,0,20,32" /> |
546 |
| - </GeometryDrawing.Geometry> |
547 |
| - </GeometryDrawing> |
548 |
| - </DrawingBrush.Drawing> |
549 |
| - </DrawingBrush> |
550 |
| - </Setter.Value> |
| 526 | + <DrawingBrush TileMode="Tile" |
| 527 | + SourceRect="0,0,20,32" |
| 528 | + DestinationRect="0,0,20,32" |
| 529 | + Stretch="None"> |
| 530 | + <DrawingBrush.Transform> |
| 531 | + <RotateTransform Angle="20" /> |
| 532 | + </DrawingBrush.Transform> |
| 533 | + <DrawingBrush.Drawing> |
| 534 | + <GeometryDrawing Brush="{StaticResource DangerStripeBrush}"> |
| 535 | + <GeometryDrawing.Geometry> |
| 536 | + <RectangleGeometry Rect="0,0,20,32" /> |
| 537 | + </GeometryDrawing.Geometry> |
| 538 | + </GeometryDrawing> |
| 539 | + </DrawingBrush.Drawing> |
| 540 | + </DrawingBrush> |
551 | 541 | </Setter>
|
552 | 542 |
|
553 | 543 | <Style Selector="^:vertical /template/ Border#BorderStripe, ^:vertical /template/ Border#PART_IndeterminateIndicator">
|
|
0 commit comments