Gets or sets whether the selection should be constrained by diagram boundaries when moving multiple items.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public bool KeepInsideDiagram { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property KeepInsideDiagram As Boolean |
true to keep items inside diagram boundaries, or false otherwise.
See Also