Search
Layout.KeepGroupLayout Property
See Also
 






Gets or sets a value indicating whether to treat each group of nodes as a single vertex in the arranged graph.

Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool KeepGroupLayout { get; set; }

Visual Basic  Copy Code

Public Property KeepGroupLayout As Boolean

 Property Value

true if each group should be processed as an integral graph node; otherwise, false. The default is false.

 See Also