MindFusion.Wpf Pack Programmer's Guide
NodeConstraints.KeepInsideParent Property
See Also
 





Gets or sets a value indicating whether a node should always stay in the boundaries of its group master node.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public bool KeepInsideParent { get; set; }

Visual Basic  Copy Code

Public Property KeepInsideParent As Boolean

 Property Value

true if users should be prevented from moving the node out of its parent; otherwise, false. The default is false.

 Remarks

This property lets you restrict nodes attached to another node by the AttachTo method so that users cannot move the attached nodes out of the bounds of their parent.

 See Also

NodeConstraints Members
NodeConstraints Class
MindFusion.Diagramming.Wpf Namespace