The WPF Designer from SharpDevelop
Перейти к файлу
Jochen Kühner 88127f79fb
Merge pull request #116 from YuuukiA/Issue115-fix-BorderForMouseOver-for-line-control
Fix so that BorderForMouseOver of Line control is displayed at correct position
2024-10-15 12:52:49 +02:00
.github/workflows Update dotnet.yml for latest build actions 2024-07-09 06:43:15 +02:00
MyDesigner work on net5.0 support, drop netcore3 2021-04-05 19:35:23 +02:00
MyTestAssembly bugfix - remove cosloe writeline calls 2022-03-07 11:22:27 +01:00
SimpleSample work on net5.0 support, drop netcore3 2021-04-05 19:35:23 +02:00
WpfDesign/Project renamed GetValueOnInstance<T>() to GetConvertedValueOnInstance<T>() to be more explicit about conversion taken place 2023-03-02 07:58:50 +01:00
WpfDesign.Design.ExpressionBlendInteractionAddon ´refactor after merge, add net6 support 2022-01-04 17:23:58 +01:00
WpfDesign.Designer Remove unnecessary using. 2024-10-15 09:49:28 +09:00
WpfDesign.XamlDom/Project added GetValueOnInstance<T> that uses the TypeConverter defined on the XamlProperty if types are not direct match, this way the user can extend the specific TypeConverter if needed. 2023-03-01 13:19:52 +01:00
XamlDesigner track/cache outline nodes per DesignContext, so we can cleanup with that DesignContext 2022-12-15 09:56:58 +01:00
nuget try fix ps1 script 2021-04-07 22:31:23 +02:00
.editorconfig Include a .editorconfig 2015-10-10 13:47:13 +02:00
.gitignore Initial commit 2015-10-05 19:38:25 +02:00
CONTRIBUTING.md Split out contributing information, update readme according 2016-04-10 13:20:42 +02:00
ICSharpCode.SharpDevelop.snk Fixes after moving XamlDesigner to an extra Repository 2015-10-10 14:26:48 +02:00
LICENSE Initial commit 2015-10-05 19:38:25 +02:00
README.md Update README 2022-01-04 20:11:37 +01:00
WpfDesign.sln dot net core 3.0 build 2019-03-22 00:19:52 +01:00
appveyor.yml Expression Blend Nuget was hardcoded to Debug, switched to Release because publishing to NuGet 2019-09-28 18:03:29 +02:00
azure-pipelines.yml Pack only for Release (path for buildConfiguration not passed) 2019-09-28 17:53:42 +02:00
screenshot.png Include a Screenshot 2015-10-11 19:03:56 +02:00

README.md

WpfDesigner

The WPF Designer from SharpDevelop, available via NuGet

Overview

WpfDesigner is a set of assemblies which can be included in your project to implement a XAML GUI editor.

Project Build Status

Branch Status
master (Development) Build

System Requirements

.NET 4.5, or .NET Core 5.0 as well as .NET 6.0

Libraries and Integrated Tools

Only the sample app has dependencies:

Sample App

Sample App