WinUI 3

Window icon in WinUI 3

When developing a Windows application using WinUI 3, by default it displays default Windows icon in taskbar: Default Windows application icon Changing this icon is a little bit more complicated than in other .NET UI frameworks. In WinForms and WPF Window class has Icon property. And these frameworks have classes to work with icon objects. Universal Windows Platform application doesn't have window under control and the platform automatically sets the icon from application assets.

Read more...