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





Gets or sets a value indicating whether a node should always stay inside the boundaries of the diagram that contains it.

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

 Syntax

C#  Copy Code

public bool KeepInsideDiagram { get; set; }

Visual Basic  Copy Code

Public Property KeepInsideDiagram As Boolean

 Property Value

true to prevent item from leaving diagram boundaries, or false otherwise.

 See Also

NodeConstraints Members
NodeConstraints Class
MindFusion.Diagramming.Wpf Namespace