Found 5 packages
This package provides the functionality to utilize the features of Syncfusion® WPF Themes and more.
This package provides the functionality to utilize the features of Syncfusion® WPF Material Light Blue theme and more.
This package provides the functionality to utilize the features of Syncfusion® WPF Material Dark Blue theme and more. This is a commercial product and requires a paid license for possession or use. Syncfusion® licensed software, including this component, is subject to the terms and conditions of Syncfusion's EULA (https://www.syncfusion.com/eula/es/?utm_source=nuget&utm_medium=listing). To acquire a license, you can purchase one at https://www.syncfusion.com/sales/products?utm_source=nuget&utm_medium=listing or start a free 30-day trial here (https://www.syncfusion.com/account/manage-trials/start-trials?utm_source=nuget&utm_medium=listing).
Package Description
This is the ported Version of MaterialSkin from https://github.com/IgnaceMaes/MaterialSkin to support dotnet core. To add it to your form extend it with MaterialThemeForm and add public Form1() { InitializeComponent(); var materialTheme = MaterialTheme.Instance; materialTheme.AddFormToManage(this); materialTheme.Theme = MaterialTheme.Themes.LIGHT; materialTheme.MaterialColor = new MaterialColor(Primary.BlueGrey800, Primary.BlueGrey900, Primary.BlueGrey500, Accent.LightBlue200, TextShade.WHITE); }