Gets or sets whether the selection should be constrained by diagram boundaries when moving multiple items.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# 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.
WpfDiagram Programmer's Guide | © 2024 MindFusion |