We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fb15b8 commit f355239Copy full SHA for f355239
components/LayoutTransformControl/src/LayoutTransformControl.cs
@@ -156,7 +156,9 @@ private Matrix GetTransformMatrix(Transform transform)
156
157
if (transformGroup != null)
158
{
159
-#if HAS_UNO
+#if WINUI3
160
+ var groupMatrix = Microsoft.UI.Xaml.Media.Matrix.Identity;
161
+#elif WINUI2
162
var groupMatrix = Windows.UI.Xaml.Media.Matrix.Identity;
163
#else
164
var groupMatrix = Matrix.Identity;
0 commit comments