Hi,
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 these default X and Y values of the elements. Currently if I check the InkCanvas.LeftProperty
or InkCanvas.TopProperty
it would return NaN
as they are not set. Is this possible at all? Thanks in advance for any help.
Cheers,
Nilu