Skip to content

Commit a5e22c6

Browse files
authored
Merge pull request CommunityToolkit#275 from Avid29/marquee
[Feature] Marquee Text Control
2 parents 406d953 + 745fbf4 commit a5e22c6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

GlobalUsings_WinUI.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
global using Windows.UI.Xaml.Input;
2727
global using Windows.UI.Xaml.Markup;
2828
global using Windows.UI.Xaml.Media;
29+
global using Windows.UI.Xaml.Media.Animation;
2930
global using Windows.UI.Xaml.Navigation;
3031

3132
#else
@@ -40,6 +41,7 @@
4041
global using Microsoft.UI.Xaml.Input;
4142
global using Microsoft.UI.Xaml.Markup;
4243
global using Microsoft.UI.Xaml.Media;
44+
global using Microsoft.UI.Xaml.Media.Animation;
4345
global using Microsoft.UI.Xaml.Navigation;
4446
#endif
4547

0 commit comments

Comments
 (0)