Skip to content

Commit 6e8ddd5

Browse files
niels9001Arlodotexe
authored andcommitted
Xaml styler
1 parent b774cf4 commit 6e8ddd5

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

components/LayoutTransformControl/samples/LayoutTransformControlSample.xaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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. -->
22
<Page x:Class="LayoutTransformControlExperiment.Samples.LayoutTransformControlSample"
33
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
44
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
@@ -8,7 +8,8 @@
88
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
99
mc:Ignorable="d">
1010

11-
<Grid ColumnSpacing="24" RowSpacing="24">
11+
<Grid ColumnSpacing="24"
12+
RowSpacing="24">
1213
<Grid.Resources>
1314
<Style x:Key="BorderCardStyle"
1415
TargetType="Border">

components/LayoutTransformControl/src/LayoutTransformControl.xaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
<ResourceDictionary
2-
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
3-
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
4-
xmlns:controls="using:CommunityToolkit.WinUI.Controls">
1+
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
2+
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
3+
xmlns:controls="using:CommunityToolkit.WinUI.Controls">
54

65
<Style TargetType="controls:LayoutTransformControl">
76
<Setter Property="Template">
87
<Setter.Value>
98
<ControlTemplate TargetType="controls:LayoutTransformControl">
10-
<Grid x:Name="LayoutRoot" Background="{TemplateBinding Background}">
9+
<Grid x:Name="LayoutRoot"
10+
Background="{TemplateBinding Background}">
1111
<Grid.RenderTransform>
1212
<MatrixTransform x:Name="MatrixTransform" />
1313
</Grid.RenderTransform>

0 commit comments

Comments
 (0)