DragStartedEventArgs.HorizontalOffset
这属性MSDN解释:Gets the horizontal offset of the mouse click relative to the screen coordinates of the Thumb.
中文:获取 鼠标点击位置相对于 Thumb控件屏幕坐标 的偏移。
经过测试,这个说法不准确
如果Thumb是某一自定义控件的部件,那么这个HorizontalOffset得到的是 点击位置相对于这个自定义控件坐标的偏移,
而不是相对Thumb本身坐标的偏移
玩技术,要学会忍受寂寞--