WPF: Potmeter custom control
I'm trying to find out how to make a custom knob control. To explain I have included a mockup
:I would like the numeric values shown to be databindable (and include ticks to optionally snap to) I think I ha开发者_开发问答ve to take the slider as a base but it's confusing how to make a custom control properly and databind all the values.
Any advice?
just have a look at the guage control for a reference
http://www.codeproject.com/KB/silverlight/circulargaugecontrol.aspx
精彩评论