Gets or sets whether deleting this container should also remove its child items from the diagram.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public bool AutoDeleteChildren { get; set; } |
Visual Basic Copy Code |
---|
Public Property AutoDeleteChildren As Boolean |
true to automatically delete child items, or false otherwise.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |