I am looking to move the InkPresenter in the InkCanvas to have a ZIndex that is lower than the Children of the InkCanvas.
In other words, I want to move the Ink so that it is displayed under the images and user controls that are added to the InkCanvas as Children.
I was wondering if there is a way to edit the Control Template of the InkCanvas to achieve this? I have been completely unsuccessful at accomplishing this task.
Originally I was using the InkCanvas as one layer and placed the children into a Canvas control that is on top of the InkCanvas; however, I want to be able to select the Children and the Strokes together...since the InkCanvas has this built in I was hoping to not use 2 controls like this.
Thanks.
-Frinny