You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/SamplesApp/UITests.Shared/Microsoft_UI_Xaml_Controls/ProgressRing/WinUIDeterminateProgressRing.xaml.cs
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,10 @@ public WinUIDeterminateProgressRing()
<TextBlock Grid.Row="1"TextWrapping="Wrap"Text="This is mainly for mobile. It should not take longer than 1 or 2 seconds for the orientation event to happen once orientation changes."/>
17
+
<TextBlock Grid.Row="1"TextWrapping="Wrap"Text="This is mainly for mobile. It should not take longer than 1 or 2 seconds for the orientation event to happen once orientation changes."x:Name="message"/>
0 commit comments