1
- Thanks for installing the Windows Community Toolkit Controls NuGet package!
1
+ Windows Community Toolkit — UWP Controls
2
+
3
+ Thanks for installing the “Windows Community Toolkit — UI Controls” package!
2
4
3
5
This is a meta-package made up of various Windows Community Toolkit packages.
4
- It is for your ease and convenience to use all of the controls available!
6
+ It is for your ease and convenience to use any and all controls available!
5
7
6
8
You also have the option to only use packages you need which can help optimize the
7
9
size of your application once you are ready to ship. Visit https://aka.ms/wct/optimize to learn more.
8
10
9
- You can find out more about the Windows Community Toolkit at https://aka.ms/windowstoolkit
10
- Or even try our controls in our sample app at https://aka.ms/windowstoolkitapp
11
- Docs are available here: https://aka.ms/windowstoolkitdocs
11
+ You can find out more about the Windows Community Toolkit at https://aka.ms/windowstoolkit.
12
+ Or even try our controls in our sample app at https://aka.ms/windowstoolkitapp.
13
+ Docs are available here: https://aka.ms/windowstoolkitdocs.
12
14
13
15
The Windows Community Toolkit is made possible by our developer community!
14
- Every contribution made to the Toolkit helps everyone, to learn how to contribute visit https://aka.ms/wct/wiki
16
+ Every contribution made to the Toolkit helps everyone, to learn how to contribute visit https://aka.ms/wct/wiki.
15
17
16
18
----
17
19
18
- This package also depends on the WinUI library, so you'll need to set XamlControlsResources as your Application resources in App.xaml:
20
+ This package also depends on the " WinUI" library, so you'll need to set " XamlControlsResources" as your Application resources in " App.xaml" :
19
21
20
- <Application>
21
- <Application.Resources>
22
- <XamlControlsResources xmlns="using:Microsoft.UI.Xaml.Controls" />
23
- </Application.Resources>
24
- </Application>
22
+ <Application>
23
+ <Application.Resources>
24
+ <XamlControlsResources xmlns="using:Microsoft.UI.Xaml.Controls" />
25
+ </Application.Resources>
26
+ </Application>
25
27
26
- If you have other resources, then we recommend you add those to the XamlControlsResources' MergedDictionaries.
27
- This works with the platform's resource system to allow overrides of the XamlControlsResources resources.
28
+ If you have other resources, then we recommend you add those to the " XamlControlsResources. MergedDictionaries" .
29
+ This works with the platform's resource system to allow overrides of the " XamlControlsResources" resources.
28
30
29
31
<Application
30
32
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
@@ -39,4 +41,4 @@ This works with the platform's resource system to allow overrides of the XamlCon
39
41
</Application.Resources>
40
42
</Application>
41
43
42
- See http://aka.ms/winui for more information about the WinUI library.
44
+ See http://aka.ms/winui for more information about the " WinUI" library.
0 commit comments