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.
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.
Add new effect from Appearance > Effect
Select Neumorphism_Plus_Shader
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.