Overview of WpfDesigner
masterWpfDesigner provides a set of assemblies designed to help developers implement a XAML-based GUI editor within their own applications.
repository·master·Indexed 21 days ago
https://github.com/icsharpcode/wpfdesignerA collection of assemblies used to implement XAML-based GUI editors, originally developed for the SharpDevelop project. Supports .NET 4.5, .NET Core 5.0, and .NET 6.0.
WpfDesigner supports the following runtimes:
WpfDesigner is available as a set of assemblies distributed via NuGet. You can include these assemblies in your project to implement a XAML GUI editor.
# Install via NuGet package manager
Install-Package ICSharpCode.WpfDesigner