简体   繁体   中英

Color Picker for Metro Style app?

I am trying to add ColorPicker to my metro style app. After making a little research, I have found that Extended WPF Toolkit contains ColorPicker. But when I try to add the .dll file to my project via "Add Reference" it says:

"The project targets .NETCore while the file reference targets .NETFramework. This is not a supported scenario."

My question is, How to add this .dll file? Is it possible to compile this .dll so that is targets .NETCore? And Is there any other(simple) way to implement a Color Picker in Metro Style App?

(I am completely new with the concepts of WPF. Please correct me if I made any mistake. )

It's not from Microsoft, and ColorPicker is not yet done (it's described as "in development"), but you can certainly try it. http://winrtxamltoolkit.codeplex.com/

I have recently tested it it works Good in metro apps as well . if your is not working well try to add wpf extended file through Nuget Packages it will work fine :)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM