Ghost1372

everything can be handy

Quick start

Download and Install

Nuget Github
WinUICommunity Github

Github is generally updated every day and is relatively unsuitable for production.

Install

1
Install-Package WinUICommunity.Components.Win2d

After installing, add the following resource to app.xaml

1
<ResourceDictionary Source="ms-appx:///WinUICommunity.Components.Win2d/Themes/Generic.xaml"/>

We moved all namespaces into a single namespace. No matter which (WinUICommunity) library you use, the namespace is always as follows
For use in the Xaml:
xmlns:wuc="using:WinUICommunity"
For use in the Csharp:
using WinUICommunity;

0%