My framework for WPF apps.
- Install package via NuGet Package Manager.
PM> Install-Package Sakuno.UserInterface
- Change your App class from Application to Themed App.
- You can change theme and accent in constructor.
-
Change your window class(es) from Window to ModernWindow.
-
Compile and run your program.
Layout Source: https://docs.microsoft.com/en-us/uwp/api/windows.ui.xaml.controls.relativepanel#remarks
Layout Source: https://asp-net-example.blogspot.com/2017/01/uwp-understanding-relativepanel.html