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 15c5700 commit 85a457aCopy full SHA for 85a457a
UnitTests/UnitTests.UWP/UI/Controls/Test_ConstrainedBox.Alignment.cs
@@ -45,6 +45,7 @@ await App.DispatcherQueue.EnqueueAsync(async () =>
45
<Grid x:Name=""ParentGrid""
46
Width=""200"" Height=""200"">
47
<controls:ConstrainedBox x:Name=""ConstrainedBox"" AspectRatio=""1:2"" MaxHeight=""100""
48
+ UseLayoutRounding=""False""
49
HorizontalAlignment=""{horizontalAlignment}""
50
VerticalAlignment=""{verticalAlignment}"">
51
<Border HorizontalAlignment=""Stretch"" VerticalAlignment=""Stretch"" Background=""Red""/>
0 commit comments