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
SyntaxC#
Copy Code
|
|---|
public bool KeepInsideParent { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property KeepInsideParent As Boolean |
true if users should be prevented from moving the node out of its parent; otherwise, false. The default is false.
RemarksThis 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