Gets or sets a value indicating whether the subordinated items should be considered by a ContainerNode when the master item is added to the container.
Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming
C# Copy Code |
---|
public bool FollowMasterContainment { get; set; } |
Visual Basic Copy Code |
---|
Public Property FollowMasterContainment As Boolean |
true if the whole group is contained in the ContainerNode; otherwise, false. The default is false.