|
1 | 1 | --- |
2 | | -title: Welcome to Ghost1372 Documentation Center |
| 2 | +title: Welcome to WinUICommunity Documentation Center |
3 | 3 | --- |
4 | 4 |
|
5 | 5 | # About us |
6 | 6 |
|
7 | 7 | We make programming easier for you |
8 | 8 |
|
9 | | -From the navigation menu on the left, select the product you want and read the documentation. |
| 9 | +From the navigation menu on the left, select the product you want and read the documentation. |
| 10 | + |
| 11 | +Select the documentation related to the desired library from the menu on the left. |
| 12 | + |
| 13 | +# 🚀 Explore Our Gallery App 🚀 |
| 14 | + |
| 15 | +> [!NOTE] |
| 16 | +> Want to see WinUICommunity in action? Head over to our Gallery App for a hands-on experience. You’ll find practical examples, usage scenarios, and interactive demos that showcase the power of our toolkit. See [Galery App Source Code](https://github.com/WinUICommunity/WinUICommunity) or Download from Microsoft Store. |
| 17 | +
|
| 18 | +<a href="https://apps.microsoft.com/detail/WUC%20Gallery%20App/9mswnv3wmqc1?launch=true |
| 19 | + &mode=mini"> |
| 20 | + <img src="https://get.microsoft.com/images/en-us%20dark.svg" width="200"/> |
| 21 | +</a> |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | +# Requirements |
| 27 | + |
| 28 | +  |
| 29 | + |
| 30 | +# Compile source code |
| 31 | + |
| 32 | +{% note warning %} |
| 33 | +Please confirm that your development environment meets the requirements before compiling. |
| 34 | +- Visual Studio 2022 |
| 35 | + On the `Workloads` tab of the installation dialog box, select as appropriate: |
| 36 | + - select .NET Desktop Development |
| 37 | + - select Windows application development |
| 38 | + - make sure `Windows 11 SDK (10.0.22000.0)` and `Windows 11 SDK (10.0.22621.0)` or `Windows 11 SDK (10.0.26100.0)` is selected. |
| 39 | +- .Net `8.x` and `9.x` |
| 40 | + |
| 41 | +{% endnote %} |
| 42 | + |
| 43 | +Open *.sln and Build. |
| 44 | + |
| 45 | +# Namespace |
| 46 | + |
| 47 | +{% note warning %} |
| 48 | +No matter which (WinUICommunity) library you use, the namespace is always as follows |
| 49 | +For use in the Xaml: |
| 50 | +`xmlns:wuc="using:WinUICommunity"` |
| 51 | +For use in the Csharp: |
| 52 | +`using WinUICommunity;` |
| 53 | +{% endnote %} |
| 54 | + |
| 55 | +# Project Template |
| 56 | +for creating a new project easily, you can use our project templates: |
| 57 | + |
| 58 | +download and install our vsix package from Marketplace: |
| 59 | + |
| 60 | +[WinUICommunityTemplates](https://marketplace.visualstudio.com/items?itemName=MahdiHosseini.WinUICommunityTemplates) |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | +# Demo |
| 67 | +See the Demo app to see how to use it |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
0 commit comments