Gets or sets a value indicating whether a node must always stay in the boundaries of its group master node.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
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 calling the AttachTo method so that users cannot move the attached nodes out of the bounds of their parent.
See Also