WPF absolute positioning in InkCanvas
- by Nilu
Hi,
I'm trying to position a rectangle in an InkCanvas. I am using the following method. Unfortunately when I add the rectangle it gets displayed at (0,0). Although when I query to see the whether the left property is 0 I get a non zero values. Does anyone know why this might be?
Cheers,
Nilu
InkCanvas _parent = new InkCanvas();
private void…