Tagged Questions

0
votes
2answers
786 views

Get X Y coordinates of elements within an InkCanvas in WPF

I have an InkCanvas which has it's children programmically added in through C#. They are not set with InkCanvas.LeftProperty or InkCanvas.TopProperty. I was wondering if it was at all possible to get ...