What would be the best way to get a slider control that slides on a path. At the moment I think the path I will use is a half circle arc. But I may need to change this later (or create other sliders with different paths. So I need to take that into account.
Would it be best to start with the default Slider control and modify/extend it? or is it best to start from scratch? The existing Slider does have some functionality I would like to keep, so it sounds to me like using the existing slider would be best.
I was hoping there was a "Path" property :) but that would be asking too much... or would it?