This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
Hi, Currently I am changing my mouse cursor by listening to the Diagram dragging events. However, I am wondering is there any build in feature from Diagram that we can use to change the mouse cursors easily? For eg: 1. When user mouse cursor touches any "ConnectionPoint", the mouse cursor turns to "Pen". 2. When user Panning the diagram, the mouse cursor turns to "Grabbing Hand". 3. When user Zooming In/Out the diagram, the mouse cursor turns to "Magnifier". Thanks. |
|
|
Hello Currently there is no built in way to specify the cursors in these scenarios. For the ConnectionPoint cursor, the best way is to create a custom ConnectionPoint style that sets the Cursor property. For the others you can stick with listening to events for now, or let me know if you have problems getting exactly the desired behavior. |
|