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





Gets or sets whether the selection should be constrained by diagram boundaries when moving multiple items.

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 keep items inside diagram boundaries, or false otherwise.

 See Also

Selection Members
Selection Class
MindFusion.Diagramming.Wpf Namespace