The control appears to allow showing the value at one end of the trackbar (check the picture on the project page).
Also, when the slider is clicked it should show the current value and, as it is dragged, it should show the new value.
Using standard Windows Forms Labels next to the ticks might be a choice.
Otherwise you would have to find a way to modify the code.