I have a Canvas
which contains a few Textblocks
and I need to find the top and left corner points that were assigned in the XAML Document. How can I get those two properties?
When I loop through the Framework Elements on the Canvas
I can't seem to find those to properties listed.