Gets a value indicating whether the interaction should terminate on the next pass.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public bool ShouldCancelDrag () |
Visual Basic
Copy Code
|
|---|
Public Function ShouldCancelDrag () As Boolean |
true if the interaction should terminate; otherwise, false.
See Also