WPF-Neumorphism-Plus is a library for Neumorphism UI in WPF.
Sample code for this app can be found here.
This library allows you to implement a Neumorphism UI as an effect on any element of your WPF application.
- .NET 5
- .NET Framework 4.x
- .NET Core 3.1
- Windows
Tools > NuGet Package Manager > Manage NuGet Packages for Solution...
PM> Install-Package WPF_Neumorphism_Plus -Version [version]
$ dotnet add package WPF_Neumorphism_Plus --version [version]
-
Install WPF_Neumorphism_Plus.
The default style looks like this.
You can specify the direction, size and color of the shadow by specifying the options.
For more information on how to use it, please see here.
ryokohbato
WPF-Neumorphism-Plus is under MIT License.