Click here to Skip to main content
15,892,072 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
This sis what Im trying to do:
http://www.webresourcesdepot.com/a-beautiful-javascript-knob-circular-switch-ui-component-jquery-knob/[^]

Appreciate any comments or tips on achieving this.
Posted

1 solution

I would create a custom control that inherited the FrameworkElement, and proceed from there:
http://blog.spencen.com/2007/11/09/xaml-and-wpf--or-quotim-seeing-starsquot.aspx[^]

He explains the steps and you could download the code. In addition you need to grab the mouse move event an react to it.

Good luck :)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900