Specifies whether the subordinated items should be considered by a ContainerNode when the master item is added to the container.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public bool FollowMasterContainment { get; set; } |
Visual Basic Copy Code |
---|
Public Property FollowMasterContainment As Boolean |
true if the whole group should be contained by ContainerNode objects; otherwise, false. The default is false.
WpfDiagram Programmer's Guide | © 2024 MindFusion |