简体   繁体   English

是否有 Microsoft.Express.Drawing 的 Visual Studio 2022 .Net 6.0 兼容版本?

[英]Is there a Visual Studio 2022 .Net 6.0 compatible version of Microsoft.Express.Drawing?

I would like to create a WPF custom control circular progressbar.我想创建一个 WPF 自定义控件圆形进度条。

Earlier versions of .Net would support the Microsoft.Expression.Drawing nuget package download which made Arc creation really simple. .Net 的早期版本将支持 Microsoft.Expression.Drawing nuget 包下载,这使得 Arc 创建非常简单。

I am developing with Visual Studio 2022 and .Net 6.0 .我正在使用 Visual Studio 2022 和 .Net 6.0 进行开发。

If I try to download the Microsoft.Expression.Drawing nuget package, an error message is produced saying that some parts of the package are not compatible.如果我尝试下载 Microsoft.Expression.Drawing nuget 包,则会生成一条错误消息,指出包的某些部分不兼容。

Is there a viable substitution?有可行的替代品吗?

It looks like it's baked in now if you take a look at the WPF to .NET6 migration guide.如果您查看WPF 到 .NET6 迁移指南,它现在看起来已经成熟了。

At least some of the blend namespaces are included.至少包含一些混合命名空间。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 .NET 6.0 WinForms 和控件库项目的 Visual Studio 2022 中的空工具箱 - Empty toolbox in Visual Studio 2022 for .NET 6.0 WinForms and Control Library projects 如何在 C# for Visual Studio 2022 for net6.0 的新控制台模板中添加枚举? - How do I add an enum to the new console template in C# for Visual Studio 2022 for net6.0? .NET Core 6.0:在 Visual Studio 2022 中添加新的脚手架 razor 页面时出错? - .NET Core 6.0 : error when adding new scaffolded razor page in Visual Studio 2022? Microsoft Visual Studio Enterprise 2022(64 位)- 版本 17.4.3 出现问题 - Trouble with Microsoft Visual Studio Enterprise 2022 (64-bit) - Version 17.4.3 C# - 在 Microsoft Visual Studio 安装程序项目 2022 中安装 .NET 6.0.7 运行时 - C# - Installing .NET 6.0.7 Runtime in Microsoft Visual Studio Installer Projects 2022 Visual Studio 2022 Mac M1 .NET 6,无法加载文件或程序集 'Microsoft.Build - Visual Studio 2022 Mac M1 .NET 6, Could not load file or assembly 'Microsoft.Build Visual Studio中的.NET版本 - .NET version in Visual Studio JsonApiDotNetCore 5.0.1 与最新版本的 Visual Studio 2022(版本 17.3.0)中断 - JsonApiDotNetCore 5.0.1 Breaks with latest version of Visual Studio 2022 (Version 17.3.0) Visual Studio 2022 中的 Microsoft Identity Platform 依赖项配置 - Microsoft Identity Platform dependency configuration in Visual Studio 2022 C# Visual Studio Microsoft 2022 BindingNavigator 未显示 - C# Visual Studio Microsoft 2022 BindingNavigator not showing
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM