Hi
In my scenario, I need to create something like Text insert and Selection as in Photoshop or common designing tools.
When user selects 'T' button from toolbar, he can type in text (which
is shown in canvas as hollow). After that if he selects the selection
tool from toolbar, he can rotate, stretch and move the text entered.
I achieved the hollow part by using the OutlineTextControl which I got
from MSDN example. I used an invisible textbox for user to enter the
text and then show it in the OutlineTextControl. This way it was great.
Then when selection tool was used, I used a resource style to achieve
the rotate, move and stretch.
The OutlineTextControl was added to a contentcontrol on which this itemstyle was used.
Unfortunately except stretch, everything was working.
Any views on this?
--
Regards