Displaying current time above the thumb of a slider in Silverlight
- by Scharrels
I've made a time slider in Silverlight. To style it, I've made a control template and modified the style. I've added a text field above the thumb (always centered above the thumb), which should display the time.
However, I can't find any way to access the slider information (e.g. current value) or find another way to pass any information to the style, which I can then data bind to the text field.
So my question in short: how can I display time information above the thumb?