|
1 | | -<!-- Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license. See the LICENSE file in the project root for more information. --> |
| 1 | +<!-- Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license. See the LICENSE file in the project root for more information. --> |
2 | 2 | <ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
3 | 3 | xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
4 | 4 | xmlns:adorners="using:CommunityToolkit.WinUI.Adorners" |
|
15 | 15 | <Setter.Value> |
16 | 16 | <ControlTemplate TargetType="adorners:ResizeElementAdorner"> |
17 | 17 | <Grid BorderBrush="{ThemeResource SurfaceStrokeColorDefaultBrush}" |
18 | | - BorderThickness="1"> |
| 18 | + BorderThickness="1"> |
19 | 19 | <controls:ResizeThumb x:Name="TopThumbPart" |
20 | | - Margin="0,-8,0,0" |
21 | | - HorizontalAlignment="Center" |
22 | | - VerticalAlignment="Top" |
23 | | - Direction="Top" /> |
| 20 | + Margin="0,-8,0,0" |
| 21 | + HorizontalAlignment="Center" |
| 22 | + VerticalAlignment="Top" |
| 23 | + Direction="Top" /> |
24 | 24 | <controls:ResizeThumb x:Name="BottomThumbPart" |
25 | | - Margin="0,0,0,-8" |
26 | | - HorizontalAlignment="Center" |
27 | | - VerticalAlignment="Bottom" |
28 | | - Direction="Bottom" /> |
| 25 | + Margin="0,0,0,-8" |
| 26 | + HorizontalAlignment="Center" |
| 27 | + VerticalAlignment="Bottom" |
| 28 | + Direction="Bottom" /> |
29 | 29 | <controls:ResizeThumb x:Name="LeftThumbPart" |
30 | | - Margin="-8,0,0,0" |
31 | | - HorizontalAlignment="Left" |
32 | | - VerticalAlignment="Center" |
33 | | - Direction="Left" /> |
| 30 | + Margin="-8,0,0,0" |
| 31 | + HorizontalAlignment="Left" |
| 32 | + VerticalAlignment="Center" |
| 33 | + Direction="Left" /> |
34 | 34 | <controls:ResizeThumb x:Name="RightThumbPart" |
35 | | - Margin="0,0,-8,0" |
36 | | - HorizontalAlignment="Right" |
37 | | - VerticalAlignment="Center" |
38 | | - Direction="Right" /> |
| 35 | + Margin="0,0,-8,0" |
| 36 | + HorizontalAlignment="Right" |
| 37 | + VerticalAlignment="Center" |
| 38 | + Direction="Right" /> |
39 | 39 | <controls:ResizeThumb x:Name="TopLeftThumbPart" |
40 | | - Margin="-8,-8,0,0" |
41 | | - HorizontalAlignment="Left" |
42 | | - VerticalAlignment="Top" |
43 | | - Direction="TopLeft" /> |
| 40 | + Margin="-8,-8,0,0" |
| 41 | + HorizontalAlignment="Left" |
| 42 | + VerticalAlignment="Top" |
| 43 | + Direction="TopLeft" /> |
44 | 44 | <controls:ResizeThumb x:Name="TopRightThumbPart" |
45 | | - Margin="0,-8,-8,0" |
46 | | - HorizontalAlignment="Right" |
47 | | - VerticalAlignment="Top" |
48 | | - Direction="TopRight"/> |
| 45 | + Margin="0,-8,-8,0" |
| 46 | + HorizontalAlignment="Right" |
| 47 | + VerticalAlignment="Top" |
| 48 | + Direction="TopRight" /> |
49 | 49 | <controls:ResizeThumb x:Name="BottomLeftThumbPart" |
50 | | - Margin="-8,0,0,-8" |
51 | | - HorizontalAlignment="Left" |
52 | | - VerticalAlignment="Bottom" |
53 | | - Direction="BottomLeft" /> |
| 50 | + Margin="-8,0,0,-8" |
| 51 | + HorizontalAlignment="Left" |
| 52 | + VerticalAlignment="Bottom" |
| 53 | + Direction="BottomLeft" /> |
54 | 54 | <controls:ResizeThumb x:Name="BottomRightThumbPart" |
55 | | - Margin="0,0,-8,-8" |
56 | | - HorizontalAlignment="Right" |
57 | | - VerticalAlignment="Bottom" |
58 | | - Direction="BottomRight" /> |
| 55 | + Margin="0,0,-8,-8" |
| 56 | + HorizontalAlignment="Right" |
| 57 | + VerticalAlignment="Bottom" |
| 58 | + Direction="BottomRight" /> |
59 | 59 | </Grid> |
60 | 60 | </ControlTemplate> |
61 | 61 | </Setter.Value> |
|
0 commit comments