Search
DiagramNode.ConstraintsInfringed Method
See Also
 





Checks whether the KeepInsideParent constrained is being violated.

Namespace: MindFusion.Diagramming
Package: 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