We are implemting a diagram with geometry shapes. These shapes is meant to be inserted in a work "Shapes" way. Meaning this:
User select a circle from the ribbon, and the cursor changes to cross.
Now when the user press and hold left mouse button (MouseLeftButtonDown), the shape is inserted and a resize operation is started.
My problem is i have some trouble starting the resize operation.
I have tried in PreviewMouseLeftButtonDown to set handle, and change the ActiveTool to ResizeSENW, and call ResizeIntialise on the Resize service.
This with no luck. Can you guys point me in the right direction to achieve this.
Regards
Anders
User select a circle from the ribbon, and the cursor changes to cross.
Now when the user press and hold left mouse button (MouseLeftButtonDown), the shape is inserted and a resize operation is started.
My problem is i have some trouble starting the resize operation.
I have tried in PreviewMouseLeftButtonDown to set handle, and change the ActiveTool to ResizeSENW, and call ResizeIntialise on the Resize service.
This with no luck. Can you guys point me in the right direction to achieve this.
Regards
Anders