Search
Group.FollowMasterContainment Property
See Also
 





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
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool FollowMasterContainment { get; set; }

Visual Basic  Copy Code

Public Property FollowMasterContainment As Boolean

 Property Value

true if the whole group is contained in the ContainerNode; otherwise, false. The default is false.

 See Also