Gets or sets a value indicating whether to use an additional partitioning pass on the result of the initial partitioning. This additional partitioning is simplified - it only looks for trees with depth 2.
Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public bool UseAdditionalPartitioning { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property UseAdditionalPartitioning As Boolean |
true to use second partitioning pass; otherwise, false. The default is false.
See Also