Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
If your drag cue is UI element, then you can use the UIElement.TransformToVisual method to retrieve its position:
UIElement dragCue = e.Options.DragCue
as
UIElement;
Point cuePosition = dragCue.TransformToVisual(
null
).Transform(
new
Point());
Let me know if this is of any help.