Checks whether the KeepInsideParent constraint is being infringed.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
protected bool ConstraintsInfringed () |
Visual Basic
Copy Code
|
|---|
Protected Function ConstraintsInfringed () As Boolean |
true if the current node coordinates violate the KeepInsideParent constraint, or false otherwise.
See Also