I have an image where users can draw an automatically-closed polyline, and I also want to be able to run a specific action when the user double clicks on the image. So there are 2 possible scenarios:
- no polyline is being drawn, user double clicks on image, I want to run my action - polyline is being drawn, user double clicks on image, I want to let the polyline close, and don't want to run my action
Is there a property that lets me know that a polyline is currently being drawn?