I'm just trying to figure out a way to get the thumb of a slider in WPF, something like so:
Slider mySlider = new Slider();
Thumb thumb = slider.Thumb;
Now I know it's not possible as simple as this; but there must be a work around this. Let me know if you know any.
Thanks!