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
SyntaxC#
Copy Code
|
|---|
public bool KeepGroupLayout { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property KeepGroupLayout As Boolean |
true if each group should be processed as an integral graph node; otherwise, false. The default is false.
See Also