WinUICommunity
everything can be handy
1
public sealed class KeyVisual : Control
We moved all namespaces into a single namespace. No matter which (WinUICommunity) library you use, the namespace is always as followsFor use in the Xaml:xmlns:wuc="using:WinUICommunity"For use in the Csharp:using WinUICommunity;
xmlns:wuc="using:WinUICommunity"
using WinUICommunity;
123
<wuc:KeyVisual IsTabStop="False" VisualType="SmallOutline" Content="Ctrl+F5" /><wuc:KeyVisual IsTabStop="False" VisualType="Small" Content="Ctrl+F5" /><wuc:KeyVisual IsTabStop="False" VisualType="Large" Content="Ctrl+F5" />
you can run demo and see this feature.