Cancels the creation or modification of the node.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public void CancelDrag () |
Visual Basic Copy Code |
---|
Public Sub CancelDrag () |
Calling this method immediately stops the operation. On the other hand, setting Cancel to true only changes the mouse cursor to a Stop icon and the operation is cancelled when the user releases the mouse button.
WpfDiagram Programmer's Guide | © 2024 MindFusion |