Search
DiagramNode.ConstraintsInfringed Method
See Also
 





Check whether the KeepInsideParent constraint is being infringed.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected bool ConstraintsInfringed ()

Visual Basic  Copy Code

Protected Function ConstraintsInfringed () As Boolean

 Return Value

true if the current node coordinates violate the KeepInsideParent constraint; otherwise, false.

 See Also