如何在 WPF 中添加颜色选择器控件?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/17124028/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-13 09:00:49  来源:igfitidea点击:

How to add Color Picker control in WPF?

c#wpf

提问by CnuSeran

I'm creating WPF Application.
I am not able to find ColorPickercontrol.
Is there any Dynamic Linked Library is there to add color picker control in my VS 2010. please help me.

我正在创建 WPF 应用程序。
我无法找到ColorPicker控制。
是否有任何动态链接库可以在我的 VS 2010 中添加颜色选择器控件。请帮助我。

回答by Murali

http://wpftoolkit.codeplex.com/releases/view/99072

http://wpftoolkit.codeplex.com/releases/view/99072

Please download toolkit from above link.

请从上面的链接下载工具包。

refer in your project solution, in tool box select the dll from choose item.

参考您的项目解决方案,在工具框中从选择项中选择 dll。

the color picker control get added in automatically in toolbox.

颜色选择器控件会自动添加到工具箱中。

Let me know,.

让我知道,。