Search
DiagramNode.ConstraintsInfringed Method
See Also
 





Checks 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, or false otherwise.

 See Also