Gets or sets a value indicating whether a node should always stay in the boundaries of its container.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight
C#
![]() |
---|
public bool KeepInsideParent { get; set; } |
Visual Basic
![]() |
---|
Public Property KeepInsideParent As Boolean |
true if users should be prevented from moving the node out of its container; otherwise, false. The default is false.
This property lets you restrict nodes placed inside a ContainerNode to prevent users from moving a child node out of the bounds of their parent.