Search
InteractionState.ShouldCancelDrag Method
See Also
 





Gets a value indicating whether the interaction should terminate on the next pass.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool ShouldCancelDrag ()

Visual Basic  Copy Code

Public Function ShouldCancelDrag () As Boolean

 Return Value

true if the interaction should terminate; otherwise, false.

 See Also